Class NameClassAnyNameState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.trex.NameClassState
com.sun.msv.reader.trex.NameClassWithoutChildState
com.sun.msv.reader.trex.NameClassAnyNameState
- All Implemented Interfaces:
ContentHandler
parses <anyName> name class.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NameClassThis method is called from endElement method.Methods inherited from class NameClassWithoutChildState
createChildStateMethods inherited from class NameClassState
endSelf, getPropagatedNamespaceMethods inherited from class SimpleState
endDocument, endElement, isGrammarElement, startElementMethods inherited from class State
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
-
Constructor Details
-
NameClassAnyNameState
public NameClassAnyNameState()
-
-
Method Details
-
makeNameClass
Description copied from class:NameClassStateThis method is called from endElement method. Implementation has to provide NameClass object that represents the content of this element.- Specified by:
makeNameClassin classNameClassState
-