Class IgnorableCharactersEvent

java.lang.Object
de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event
de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.IgnorableCharactersEvent

public class IgnorableCharactersEvent
extends Event
Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn Text gelesen wurde, der normalerweise beim Parsen ignoriert werden kann.
  • Constructor Summary

    Constructors
    Constructor Description
    IgnorableCharactersEvent​(char[] chars, int start, int length)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getText()  

    Methods inherited from class de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event

    getType, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IgnorableCharactersEvent

      public IgnorableCharactersEvent​(char[] chars, int start, int length)
  • Method Details

    • getText

      public java.lang.String getText()