public class TextSetterImpl extends java.lang.Object implements TextSetter
| Constructor and Description |
|---|
TextSetterImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addText(java.lang.String pText)
Called for any
ContentHandler.characters(char[], int, int)
event. |
protected XSContext |
getData() |
protected boolean |
isIgnorable(java.lang.String pText) |
protected XSContext getData()
protected boolean isIgnorable(java.lang.String pText)
public void addText(java.lang.String pText)
throws org.xml.sax.SAXException
TextSetterCalled for any ContentHandler.characters(char[], int, int)
event. Note, that this implies in particular, that the method may be called
multiple times, even for a single block of text.
addText in interface TextSetterpText - The text being set.org.xml.sax.SAXException