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
public static class NGNameState.NsNameState extends 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 Constructor Description NsNameState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NameClass
getMainNameClass()
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
-
-
-
-
Method Detail
-
getMainNameClass
protected NameClass getMainNameClass()
Description copied from class:NGNameState
this method should return the name class that is used as the base.- Specified by:
getMainNameClass
in classNGNameState
-
-