FileDocCategorySizeDatePackage
XSAttributeGroupDefinition.javaAPI DocJava SE 5 API3306Fri Aug 26 14:55:58 BST 2005com.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.