|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.xs.parser.impl.TextSetterImpl
Constructor Summary | |
TextSetterImpl()
|
Method Summary | |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextSetterImpl()
Method Detail |
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |