org.apache.xerces.impl.xs.psvi
Interface XSAttributeGroupDefinition

All Superinterfaces:
XSObject
All Known Implementing Classes:
XSAttributeGroupDecl

Deprecated. The interface may be updated or replaced.

public interface XSAttributeGroupDefinition
extends XSObject

This interface represents the Attribute Group Definition schema component


Method Summary
 XSAnnotation getAnnotation()
          Deprecated. Optional.
 XSObjectList getAttributeUses()
          Deprecated. A set of [attribute uses].
 XSWildcard getAttributeWildcard()
          Deprecated. Optional.
 
Methods inherited from interface org.apache.xerces.impl.xs.psvi.XSObject
getName, getNamespace, getNamespaceItem, getType
 

Method Detail

getAttributeUses

public XSObjectList getAttributeUses()
Deprecated. 
A set of [attribute uses].

getAttributeWildcard

public XSWildcard getAttributeWildcard()
Deprecated. 
Optional. A [wildcard].

getAnnotation

public XSAnnotation getAnnotation()
Deprecated. 
Optional. An [annotation].


Copyright © 1999-2003 Apache XML Project. All Rights Reserved.