public abstract class SActionState extends ChildlessState
Modifier and Type | Class and Description |
---|---|
static class |
SActionState.SAssertState |
static class |
SActionState.SReportState |
Constructor and Description |
---|
SActionState() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] buf,
int start,
int len) |
void |
endSelf()
this method is called in endElement method
when the state is about to be removed.
|
protected abstract void |
onActionReady(SAction action) |
createChildState
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
public void endSelf()
SimpleState
endSelf
in class SimpleState
public void characters(char[] buf, int start, int len)
characters
in interface ContentHandler
characters
in class State
protected abstract void onActionReady(SAction action)
MSV