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
TextSetter
Called 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 TextSetter
pText
- The text being set.org.xml.sax.SAXException