com.sun.msv.reader.xmlschema
Class ComplexContentBodyState
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.SequenceState
com.sun.msv.reader.xmlschema.ComplexContentBodyState
- All Implemented Interfaces:
- ExpressionOwner, AnyAttributeOwner, ContentHandler
public class ComplexContentBodyState
- extends SequenceState
- implements AnyAttributeOwner
used to parse restriction/extension element as a child of complexContent 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 |
setAttributeWildcard
public void setAttributeWildcard(AttributeWildcard local)
- Description copied from interface:
AnyAttributeOwner
- Sets the attribtue wildcard.
- Specified by:
setAttributeWildcard
in interface AnyAttributeOwner