Interface XSAttributeGroupDefinition
-
- All Superinterfaces:
XSObject
- All Known Implementing Classes:
XSAttributeGroupDecl
public interface XSAttributeGroupDefinition extends XSObject
This interface represents the Attribute Group Definition schema component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSAnnotation
getAnnotation()
An annotation if it exists, otherwisenull
.XSObjectList
getAnnotations()
A sequence of [annotations] or an emptyXSObjectList
.XSObjectList
getAttributeUses()
A set of [attribute uses] if it exists, otherwise an emptyXSObjectList
.XSWildcard
getAttributeWildcard()
A [wildcard] if it exists, otherwisenull
.-
Methods inherited from interface org.smooks.engine.delivery.sax.ng.org.apache.xerces.xs.XSObject
getName, getNamespace, getNamespaceItem, getType
-
-
-
-
Method Detail
-
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
.
-
-