org.geotools.xml.xLink
Class XLinkSchema.EmptyLink

Object
  extended by XLinkSchema.XLinkAttributeGroup
      extended by XLinkSchema.EmptyLink
All Implemented Interfaces:
AttributeGroup
Enclosing class:
XLinkSchema

public static class XLinkSchema.EmptyLink
extends XLinkSchema.XLinkAttributeGroup

EmptyLink represents a EmptyLink AttributeGroup in the XLink Schema

Author:
dzwiers

Constructor Summary
XLinkSchema.EmptyLink()
           
 
Method Summary
 Attribute[] getAttributes()
           The list of attribute declared within this attributeGroup.
static AttributeGroup getInstance()
          Returns the singleton EmptyLink instance
 String getName()
           The name of this Attribute Group declaration within the XML Schema
 
Methods inherited from class XLinkSchema.XLinkAttributeGroup
getAnyAttributeNameSpace, getId, getNamespace
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XLinkSchema.EmptyLink

public XLinkSchema.EmptyLink()
Method Detail

getAttributes

public Attribute[] 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

public String getName()
Description copied from interface: AttributeGroup

The name of this Attribute Group declaration within the XML Schema

See Also:
schema.AttributeGroup#getLocalName()

getInstance

public static AttributeGroup getInstance()
Returns the singleton EmptyLink instance



Copyright © 1996-2009 Geotools. All Rights Reserved.