|
||||||||||
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 Attribute
schema.Attribute#getNameSpace()
public String getDefault()
Attribute
This is intended to imitate the default value option provided in the declaration of an XML Schema attribute.
getDefault
in interface Attribute
schema.Attribute#getDefault()
public boolean isForm()
Attribute
Intended to represent the form of an XML attribute. This method should return True when the attribute is "qualified".
isForm
in interface Attribute
schema.Attribute#isForm()
public String getId()
Attribute
The Schema ID for this attribute definition.
getId
in interface Attribute
schema.Attribute#getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |