de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
Class Event

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

public abstract class Event
extends Object

Abstrakte Basisklasse für Ereignis-Objekte, die vom SaxPullAdapter geliefert werden.

Author:
Kappich Systemberatung

Field Summary
private  EventType _type
           
 
Constructor Summary
Event(EventType type)
           
 
Method Summary
 EventType getType()
           
(package private) abstract  String paramString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

_type

private final EventType _type
Constructor Detail

Event

public Event(EventType type)
Method Detail

getType

public EventType getType()

toString

public String toString()
Overrides:
toString in class Object

paramString

abstract String paramString()