Top Description Methods
com.sun.org.apache.xerces.internal.xs

public Interface XSAttributeGroupDefinition

extends XSObject
Known Direct Implementers
com.sun.org.apache.xerces.internal.impl.xs.XSAttributeGroupDecl

This interface represents the Attribute Group Definition schema component.

Method Summary

Modifier and TypeMethod and Description
public XSAnnotation
getAnnotation()

An annotation if it exists, otherwise null.

public XSObjectList
getAnnotations()

A sequence of [annotations] or an empty XSObjectList.

public XSObjectList
getAttributeUses()

A set of [attribute uses] if it exists, otherwise an empty XSObjectList.

public XSWildcard
getAttributeWildcard()

A [wildcard] if it exists, otherwise null.

Inherited from com.sun.org.apache.xerces.internal.xs.XSObject:
getNamegetNamespacegetNamespaceItemgetType

Method Detail

getAnnotationback to summary
public XSAnnotation getAnnotation()

An annotation if it exists, otherwise null. If not null then the first [annotation] from the sequence of annotations.

getAnnotationsback to summary
public XSObjectList getAnnotations()

A sequence of [annotations] or an empty XSObjectList.

getAttributeUsesback to summary
public XSObjectList getAttributeUses()

A set of [attribute uses] if it exists, otherwise an empty XSObjectList.

getAttributeWildcardback to summary
public XSWildcard getAttributeWildcard()

A [wildcard] if it exists, otherwise null.