|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is intended to represent an XML Schema AttributeGroup. In many cases AttributeGroups may be optimized within complexTypes to remove the level of indirection. AttributeGroups remain in the interface set as there are publicly defined (externally visible) AttributeGroups defined in XML Schemas.
Method Summary | |
java.lang.String |
getAnyAttributeNameSpace()
Represents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup. |
Attribute[] |
getAttributes()
The list of attribute declared within this attributeGroup. |
java.lang.String |
getId()
The Schema ID for this attributeGroup definition. |
java.lang.String |
getName()
The name of this Attribute Group declaration within the XML Schema |
java.net.URI |
getNamespace()
DOCUMENT ME! |
Method Detail |
public java.lang.String getAnyAttributeNameSpace()
Represents the Namespace attribute of an AnyAttribute child occuring within this attributeGroup.
public Attribute[] getAttributes()
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.
public java.lang.String getId()
The Schema ID for this attributeGroup definition.
public java.lang.String getName()
The name of this Attribute Group declaration within the XML Schema
public java.net.URI getNamespace()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |