public abstract class SimpleState extends State
In this level of inheritance, contract is as follows.
Constructor and Description |
---|
SimpleState() |
Modifier and Type | Method and Description |
---|---|
protected abstract State |
createChildState(StartTagInfo tag)
creates appropriate child state object for this element
|
void |
endDocument() |
void |
endElement(String namespaceURI,
String localName,
String qName) |
protected void |
endSelf()
this method is called in endElement method
when the state is about to be removed.
|
protected boolean |
isGrammarElement(StartTagInfo tag)
checks if this element belongs to the grammar.
|
void |
startElement(String namespaceURI,
String localName,
String qName,
Attributes atts) |
_assert, callInterceptExpression, characters, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
protected boolean isGrammarElement(StartTagInfo tag)
public void startElement(String namespaceURI, String localName, String qName, Attributes atts)
protected abstract State createChildState(StartTagInfo tag)
public final void endDocument()
protected void endSelf()
Copyright © 2016 Oracle Corporation. All rights reserved.