public class ValueState extends ExpressionWithoutChildState
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.StringBuffer |
text |
| Constructor and Description |
|---|
ValueState() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] buf,
int from,
int len) |
void |
ignorableWhitespace(char[] buf,
int from,
int len) |
protected Expression |
makeExpression()
This method is called from endElement method.
|
createChildStateendSelfendDocument, endElement, isGrammarElement, startElement_assert, callInterceptExpression, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelfpublic void characters(char[] buf,
int from,
int len)
characters in interface org.xml.sax.ContentHandlercharacters in class Statepublic void ignorableWhitespace(char[] buf,
int from,
int len)
ignorableWhitespace in interface org.xml.sax.ContentHandlerignorableWhitespace in class Stateprotected Expression makeExpression()
ExpressionStatemakeExpression in class ExpressionState