org.apache.xerces.xs
Interface XSAttributeGroupDefinition
- XSObject
public interface XSAttributeGroupDefinition
This interface represents the Attribute Group Definition schema component.
getAnnotation
public XSAnnotation getAnnotation()
An annotation if it exists, otherwise null
. If not null
then the first [annotation] from the sequence of annotations.
getAnnotations
public XSObjectList getAnnotations()
A sequence of [annotations] or an empty XSObjectList
.
getAttributeUses
public XSObjectList getAttributeUses()
A set of [attribute uses] if it exists, otherwise an empty
XSObjectList
.
getAttributeWildcard
public XSWildcard getAttributeWildcard()
A [wildcard] if it exists, otherwise null
.
Copyright © 1999-2007 The Apache Software Foundation. All Rights Reserved.