Package org.geotools.xml.xLink
Class XLinkSchema.ExtendedLink
Object
XLinkSchema.XLinkAttributeGroup
ExtendedLink
- All Implemented Interfaces:
AttributeGroup
- Enclosing class:
- XLinkSchema
ExtendedLink represents a ExtendedLink AttributeGroup in the XLink Schema
- Author:
- dzwiers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe list of attribute declared within this attributeGroup.static AttributeGroup
Returns the singleton ExtendedLink instancegetName()
The name of this Attribute Group declaration within the XML SchemaMethods inherited from class XLinkSchema.XLinkAttributeGroup
getAnyAttributeNameSpace, getId, getNamespace
-
Constructor Details
-
ExtendedLink
public ExtendedLink()
-
-
Method Details
-
getAttributes
Description copied from interface: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.- See Also:
-
schema.AttributeGroup#getAttributeDescriptors()
-
getName
Description copied from interface:AttributeGroup
The name of this Attribute Group declaration within the XML Schema- See Also:
-
schema.AttributeGroup#getLocalName()
-
getInstance
Returns the singleton ExtendedLink instance
-