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) |
createChildStateendDocument, endElement, isGrammarElement, startElement_assert, callInterceptExpression, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, ignorableWhitespace, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelfpublic void endSelf()
SimpleStateendSelf in class SimpleStatepublic void characters(char[] buf,
int start,
int len)
characters in interface org.xml.sax.ContentHandlercharacters in class Stateprotected abstract void onActionReady(SAction action)
MSV