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

java.lang.Object
  extended by de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event
      extended by de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.EndOfInputEvent

public class EndOfInputEvent
extends Event

Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn das Ende des XML-Streams gelesen wurde.

Author:
Kappich Systemberatung

Constructor Summary
EndOfInputEvent()
           
 
Method Summary
(package private)  String paramString()
           
 
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 Detail

EndOfInputEvent

public EndOfInputEvent()
Method Detail

paramString

String paramString()
Specified by:
paramString in class Event