com.sun.msv.reader.xmlschema
Class AnyAttributeState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.ExpressionState
com.sun.msv.reader.ExpressionWithoutChildState
com.sun.msv.reader.xmlschema.AnyState
com.sun.msv.reader.xmlschema.AnyAttributeState
- All Implemented Interfaces:
- ContentHandler
public class AnyAttributeState
- extends AnyState
used to parse <anyAttribute > element.
- Author:
- Kohsuke KAWAGUCHI
Methods inherited from class com.sun.msv.reader.State |
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnyAttributeState
public AnyAttributeState()
createExpression
protected Expression createExpression(String namespace,
String process)
- Description copied from class:
AnyState
- creates AGM that corresponds to the specified parameters.
- Specified by:
createExpression
in class AnyState
getNameClassFrom
protected NameClass getNameClassFrom(ReferenceExp exp)
- Specified by:
getNameClassFrom
in class AnyState
MSV