|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.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 Attributeschema.Attribute#getNameSpace()public java.lang.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 java.lang.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 | ||||||||||