com.sun.msv.reader.xmlschema
Class AttributeGroupState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.ExpressionState
com.sun.msv.reader.ExpressionWithChildState
com.sun.msv.reader.xmlschema.RedefinableDeclState
com.sun.msv.reader.xmlschema.AttributeGroupState
- All Implemented Interfaces:
- ExpressionOwner, AnyAttributeOwner, ContentHandler
public class AttributeGroupState
- extends RedefinableDeclState
- implements AnyAttributeOwner
parses <attributeGroup /> element.
- Author:
- Kohsuke KAWAGUCHI
Fields inherited from class com.sun.msv.reader.State |
reader |
Methods inherited from class com.sun.msv.reader.State |
_assert, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping |
AttributeGroupState
public AttributeGroupState()
setAttributeWildcard
public void setAttributeWildcard(AttributeWildcard local)
- Description copied from interface:
AnyAttributeOwner
- Sets the attribtue wildcard.
- Specified by:
setAttributeWildcard
in interface AnyAttributeOwner