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:
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 NameClassthis 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, createChildStateMethods inherited from class com.sun.msv.reader.trex.NameClassWithChildState
makeNameClass, onEndChildMethods inherited from class com.sun.msv.reader.trex.NameClassState
endSelf, getPropagatedNamespaceMethods inherited from class com.sun.msv.reader.SimpleState
endDocument, endElement, isGrammarElement, startElementMethods inherited from class com.sun.msv.reader.State
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelfMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
NsNameState
public NsNameState()
-
-
Method Details
-
getMainNameClass
Description copied from class:NGNameStatethis method should return the name class that is used as the base.- Specified by:
getMainNameClassin classNGNameState
-