Package org.apache.xerces.xs
Interface XSAttributeGroupDefinition
- All Superinterfaces:
XSObject
This interface represents the Attribute Group Definition schema component.
-
Method Summary
Modifier and TypeMethodDescriptionAn annotation if it exists, otherwisenull.A sequence of [annotations] or an emptyXSObjectList.A set of [attribute uses] if it exists, otherwise an emptyXSObjectList.A [wildcard] if it exists, otherwisenull.Methods inherited from interface org.apache.xerces.xs.XSObject
getName, getNamespace, getNamespaceItem, getType
-
Method Details
-
getAttributeUses
XSObjectList getAttributeUses()A set of [attribute uses] if it exists, otherwise an emptyXSObjectList. -
getAttributeWildcard
XSWildcard getAttributeWildcard()A [wildcard] if it exists, otherwisenull. -
getAnnotation
XSAnnotation getAnnotation()An annotation if it exists, otherwisenull. If not null then the first [annotation] from the sequence of annotations. -
getAnnotations
XSObjectList getAnnotations()A sequence of [annotations] or an emptyXSObjectList.
-