ContentHandlerpublic class ValueState extends ExpressionWithoutChildState
| Modifier and Type | Field | Description |
|---|---|---|
protected StringBuffer |
text |
| Constructor | Description |
|---|---|
ValueState() |
| Modifier and Type | Method | 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.
|
endSelfcreateChildStateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitendDocument, endElement, isGrammarElement, startElement_assert, callInterceptExpression, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelfprotected final StringBuffer text
public void characters(char[] buf,
int from,
int len)
characters in interface ContentHandlercharacters in class Statepublic void ignorableWhitespace(char[] buf,
int from,
int len)
ignorableWhitespace in interface ContentHandlerignorableWhitespace in class Stateprotected Expression makeExpression()
ExpressionStatemakeExpression in class ExpressionStateCopyright © 2019 Oracle Corporation. All rights reserved.