java.lang.Object
de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event
Direct Known Subclasses:
CharactersEvent, EndElementEvent, EndOfInputEvent, IgnorableCharactersEvent, StartElementEvent

public abstract class Event
extends java.lang.Object
Abstrakte Basisklasse für Ereignis-Objekte, die vom SaxPullAdapter geliefert werden.
  • Constructor Summary

    Constructors
    Constructor Description
    Event​(EventType type)  
  • Method Summary

    Modifier and Type Method Description
    EventType getType()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getType

      public EventType getType()
    • toString

      public java.lang.String toString()
      Overrides:
      toString in class java.lang.Object