FileDocCategorySizeDatePackage
XSAttributeGroupDefinition.javaAPI DocJava SE 6 API1239Tue Jun 10 00:22:54 BST 2008com.sun.org.apache.xerces.internal.xs

XSAttributeGroupDefinition

public interface XSAttributeGroupDefinition implements XSObject
This interface represents the Attribute Group Definition schema component.

Fields Summary
Constructors Summary
Methods Summary
public com.sun.org.apache.xerces.internal.xs.XSAnnotationgetAnnotation()
An [annotation] if it exists, otherwise null.

public com.sun.org.apache.xerces.internal.xs.XSObjectListgetAttributeUses()
A set of [attribute uses] if it exists, otherwise an empty XSObjectList.

public com.sun.org.apache.xerces.internal.xs.XSWildcardgetAttributeWildcard()
A [wildcard] if it exists, otherwise null.