Package com.sun.msv.reader.trex.ng
Class NGNameState.NsNameState
java.lang.Object
com.sun.msv.reader.State
com.sun.msv.reader.SimpleState
com.sun.msv.reader.trex.NameClassState
com.sun.msv.reader.trex.NameClassWithChildState
com.sun.msv.reader.trex.ng.NGNameState
com.sun.msv.reader.trex.ng.NGNameState.NsNameState
- All Implemented Interfaces:
NameClassOwner
,ContentHandler
- Enclosing class:
NGNameState
Parsing state for <nsName>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.msv.reader.trex.ng.NGNameState
NGNameState.AnyNameState, NGNameState.NsNameState
-
Field Summary
Fields inherited from class com.sun.msv.reader.trex.NameClassWithChildState
allowNullChild, nameClass
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected NameClass
this method should return the name class that is used as the base.Methods inherited from class com.sun.msv.reader.trex.ng.NGNameState
annealNameClass, castNameClass, createChildState
Methods inherited from class com.sun.msv.reader.trex.NameClassWithChildState
makeNameClass, onEndChild
Methods inherited from class com.sun.msv.reader.trex.NameClassState
endSelf, getPropagatedNamespace
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
-
Constructor Details
-
NsNameState
public NsNameState()
-
-
Method Details
-
getMainNameClass
Description copied from class:NGNameState
this method should return the name class that is used as the base.- Specified by:
getMainNameClass
in classNGNameState
-