com.sun.msv.reader.trex

Class RootState

Implemented Interfaces:
ContentHandler, ExpressionOwner

public class RootState
extends RootIncludedPatternState

invokes State object that parses the document element. This class is used to parse the first grammar.
Author:
Kohsuke KAWAGUCHI

Field Summary

Fields inherited from class com.sun.msv.reader.State

reader

Constructor Summary

RootState()

Method Summary

void
onEndChild(Expression exp)

Methods inherited from class com.sun.msv.reader.trex.RootIncludedPatternState

onEndChild

Methods inherited from class com.sun.msv.reader.SimpleState

endDocument, endElement, startElement

Methods inherited from class com.sun.msv.reader.State

_assert, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping

Constructor Details

RootState

public RootState()

Method Details

onEndChild

public void onEndChild(Expression exp)
Specified by:
onEndChild in interface ExpressionOwner
Overrides:
onEndChild in interface RootIncludedPatternState