|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.xml.xLink.XLinkSchema.XLinkAttributeGroup org.geotools.xml.xLink.XLinkSchema.EmptyLink
EmptyLink represents a EmptyLink AttributeGroup in the XLink Schema
Constructor Summary | |
XLinkSchema.EmptyLink()
|
Method Summary | |
Attribute[] |
getAttributes()
The list of attribute declared within this attributeGroup. |
static AttributeGroup |
getInstance()
Returns the singleton EmptyLink instance |
java.lang.String |
getName()
The name of this Attribute Group declaration within the XML Schema |
Methods inherited from class org.geotools.xml.xLink.XLinkSchema.XLinkAttributeGroup |
getAnyAttributeNameSpace, getId, getNamespace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XLinkSchema.EmptyLink()
Method Detail |
public Attribute[] getAttributes()
AttributeGroup
The list of attribute declared within this attributeGroup. Although we encourage the order of this list to follow the order the attributes were declared in, there is no such requirement.
schema.AttributeGroup#getAttributes()
public java.lang.String getName()
AttributeGroup
The name of this Attribute Group declaration within the XML Schema
schema.AttributeGroup#getName()
public static AttributeGroup getInstance()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |