Package org.apache.xerces.xs
Interface XSAttributeGroupDefinition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XSAnnotationgetAnnotation()An annotation if it exists, otherwisenull.XSObjectListgetAnnotations()A sequence of [annotations] or an emptyXSObjectList.XSObjectListgetAttributeUses()A set of [attribute uses] if it exists, otherwise an emptyXSObjectList.XSWildcardgetAttributeWildcard()A [wildcard] if it exists, otherwisenull.-
Methods inherited from interface 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.
-
-