Package 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
used to parse <anyAttribute > element.
- Author:
- Kohsuke KAWAGUCHI
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Expression
createExpression
(String namespace, String process) creates AGM that corresponds to the specified parameters.protected NameClass
Methods inherited from class com.sun.msv.reader.xmlschema.AnyState
createLaxNameClass, getNameClass, makeExpression
Methods inherited from class com.sun.msv.reader.ExpressionWithoutChildState
createChildState
Methods inherited from class com.sun.msv.reader.ExpressionState
endSelf
Methods inherited from class com.sun.msv.reader.SimpleState
endDocument, endElement, isGrammarElement, startElement
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
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
AnyAttributeState
public AnyAttributeState()
-
-
Method Details
-
createExpression
Description copied from class:AnyState
creates AGM that corresponds to the specified parameters.- Specified by:
createExpression
in classAnyState
-
getNameClassFrom
- Specified by:
getNameClassFrom
in classAnyState
-