com.sun.msv.reader.trex
Class NameClassNsNameState

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.NameClassWithoutChildState
                  extended by com.sun.msv.reader.trex.NameClassNsNameState
All Implemented Interfaces:
ContentHandler

public class NameClassNsNameState
extends NameClassWithoutChildState

parses <nsName> name class.

Author:
Kohsuke KAWAGUCHI

Field Summary
 
Fields inherited from class com.sun.msv.reader.State
baseURI, location, parentState, reader, startTag
 
Constructor Summary
NameClassNsNameState()
           
 
Method Summary
protected  NameClass makeNameClass()
          This method is called from endElement method.
 
Methods inherited from class com.sun.msv.reader.trex.NameClassWithoutChildState
createChildState
 
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

NameClassNsNameState

public NameClassNsNameState()
Method Detail

makeNameClass

protected NameClass makeNameClass()
Description copied from class: NameClassState
This method is called from endElement method. Implementation has to provide NameClass object that represents the content of this element.

Specified by:
makeNameClass in class NameClassState


MSV