|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectXLinkSchema.XLinkAttribute
protected abstract static class XLinkSchema.XLinkAttribute
XLinkAttribute purpose.
Used to define some constant values for XLink attributes, such as Namespace
| Field Summary |
|---|
| Fields inherited from interface Attribute |
|---|
OPTIONAL, PROHIBITED, REQUIRED |
| Constructor Summary | |
|---|---|
protected |
XLinkSchema.XLinkAttribute()
|
| Method Summary | |
|---|---|
String |
getDefault()
This is intended to imitate the default value option provided in the declaration of an XML Schema attribute. |
String |
getId()
The Schema ID for this attribute definition. |
URI |
getNamespace()
DOCUMENT ME! |
boolean |
isForm()
Intended to represent the form of an XML attribute. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface Attribute |
|---|
getFixed, getName, getSimpleType, getUse |
| Constructor Detail |
|---|
protected XLinkSchema.XLinkAttribute()
| Method Detail |
|---|
public URI getNamespace()
Attribute
getNamespace in interface Attributeschema.Attribute#getNameSpace()public String getDefault()
AttributeThis is intended to imitate the default value option provided in the declaration of an XML Schema attribute.
getDefault in interface Attributeschema.Attribute#getDefault()public boolean isForm()
AttributeIntended to represent the form of an XML attribute. This method should return True when the attribute is "qualified".
isForm in interface Attributeschema.Attribute#isForm()public String getId()
AttributeThe Schema ID for this attribute definition.
getId in interface Attributeschema.Attribute#getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||