com.sun.msv.reader.xmlschema
Class ComplexTypeDeclState
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.ComplexTypeDeclState
- All Implemented Interfaces:
- ExpressionOwner, AnyAttributeOwner, ContentHandler
public class ComplexTypeDeclState
- extends RedefinableDeclState
- implements AnyAttributeOwner
used to parse <complexType> 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 |
ComplexTypeDeclState
public ComplexTypeDeclState()
setAttributeWildcard
public void setAttributeWildcard(AttributeWildcard local)
- Description copied from interface:
AnyAttributeOwner
- Sets the attribtue wildcard.
- Specified by:
setAttributeWildcard
in interface AnyAttributeOwner