ContentHandler
public class StringState extends ExpressionWithoutChildState
Modifier and Type | Field | Description |
---|---|---|
protected StringBuffer |
text |
Constructor | Description |
---|---|
StringState() |
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.
|
endSelf
createChildState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
endDocument, endElement, isGrammarElement, startElement
_assert, callInterceptExpression, endPrefixMapping, getBaseURI, getLocation, getParentState, getStartTag, init, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, startSelf
protected final StringBuffer text
public void characters(char[] buf, int from, int len)
characters
in interface ContentHandler
characters
in class State
public void ignorableWhitespace(char[] buf, int from, int len)
ignorableWhitespace
in interface ContentHandler
ignorableWhitespace
in class State
protected Expression makeExpression()
ExpressionState
makeExpression
in class ExpressionState
Copyright © 2019 Oracle Corporation. All rights reserved.