|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.xml.xLink.XLinkSchema.XLinkAttribute
XLinkAttribute purpose.
Used to define some constant values for XLink attributes, such as Namespace
Field Summary |
Fields inherited from interface org.geotools.xml.schema.Attribute |
OPTIONAL, PROHIBITED, REQUIRED |
Constructor Summary | |
protected |
XLinkSchema.XLinkAttribute()
|
Method Summary | |
java.lang.String |
getDefault()
This is intended to imitate the default value option provided in the declaration of an XML Schema attribute. |
java.lang.String |
getId()
The Schema ID for this attribute definition. |
java.net.URI |
getNamespace()
DOCUMENT ME! |
boolean |
isForm()
Intended to represent the form of an XML attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.geotools.xml.schema.Attribute |
getFixed, getName, getSimpleType, getUse |
Constructor Detail |
protected XLinkSchema.XLinkAttribute()
Method Detail |
public java.net.URI getNamespace()
Attribute
getNamespace
in interface Attribute
schema.Attribute#getNameSpace()
public java.lang.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 java.lang.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 |