com.sun.msv.reader.trex.ng
Class NGNameState.AnyNameState

java.lang.Object
  extended by com.sun.msv.reader.State
      extended by com.sun.msv.reader.SimpleState
          extended by com.sun.msv.reader.trex.NameClassState
              extended by com.sun.msv.reader.trex.NameClassWithChildState
                  extended by com.sun.msv.reader.trex.ng.NGNameState
                      extended by com.sun.msv.reader.trex.ng.NGNameState.AnyNameState
All Implemented Interfaces:
ContentHandler
Enclosing class:
NGNameState

public static class NGNameState.AnyNameState
extends NGNameState

Parsing state for <anyName>


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
 
Fields inherited from class com.sun.msv.reader.State
baseURI, location, parentState, reader, startTag
 
Constructor Summary
NGNameState.AnyNameState()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NGNameState.AnyNameState

public NGNameState.AnyNameState()
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 class NGNameState


MSV