public class DataParamState extends ChildlessState
Modifier and Type | Field and Description |
---|---|
protected java.lang.StringBuffer |
text |
Constructor and Description |
---|
DataParamState() |
Modifier and Type | Method and Description |
---|---|
void |
characters(char[] buf,
int from,
int len) |
protected void |
endSelf()
this method is called in endElement method
when the state is about to be removed.
|
void |
ignorableWhitespace(char[] buf,
int from,
int len) |
createChildState
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
public void characters(char[] buf, int from, int len)
characters
in interface org.xml.sax.ContentHandler
characters
in class State
public void ignorableWhitespace(char[] buf, int from, int len)
ignorableWhitespace
in interface org.xml.sax.ContentHandler
ignorableWhitespace
in class State
protected void endSelf()
SimpleState
endSelf
in class SimpleState