public interface

XSAttributeGroupDefinition

implements XSObject
org.apache.xerces.xs.XSAttributeGroupDefinition
Known Indirect Subclasses

Class Overview

This interface represents the Attribute Group Definition schema component.

Summary

Public Methods
abstract XSAnnotation getAnnotation()
An annotation if it exists, otherwise null.
abstract XSObjectList getAnnotations()
A sequence of [annotations] or an empty XSObjectList.
abstract XSObjectList getAttributeUses()
A set of [attribute uses] if it exists, otherwise an empty XSObjectList.
abstract XSWildcard getAttributeWildcard()
A [wildcard] if it exists, otherwise null.
[Expand]
Inherited Methods
From interface org.apache.xerces.xs.XSObject

Public Methods

public abstract XSAnnotation getAnnotation ()

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

public abstract XSObjectList getAnnotations ()

A sequence of [annotations] or an empty XSObjectList.

public abstract XSObjectList getAttributeUses ()

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

public abstract XSWildcard getAttributeWildcard ()

A [wildcard] if it exists, otherwise null.