class RootModuleState extends SimpleState
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
expectedNamespace |
Constructor and Description |
---|
RootModuleState(java.lang.String expectedNamespace) |
Modifier and Type | Method and Description |
---|---|
protected State |
createChildState(StartTagInfo tag)
creates appropriate child state object for this element
|
protected void |
endSelf()
this method is called in endElement method
when the state is about to be removed.
|
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
protected State createChildState(StartTagInfo tag)
SimpleState
createChildState
in class SimpleState
protected void endSelf()
SimpleState
endSelf
in class SimpleState