Class CharactersEvent
java.lang.Object
de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event
de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.CharactersEvent
public class CharactersEvent extends Event
Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn Text gelesen wurde.
-
Constructor Summary
Constructors Constructor Description CharactersEvent(char[] chars, int start, int length)
-
Method Summary
Modifier and Type Method Description java.lang.String
getText()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
CharactersEvent
public CharactersEvent(char[] chars, int start, int length)
-
-
Method Details
-
getText
public java.lang.String getText()
-