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

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

public class EndElementEvent
extends Event

Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn das Ende eines XML-Element gelesen wurde.

Author:
Kappich Systemberatung

Constructor Summary
EndElementEvent(String localName)
           
 
Method Summary
 String getLocalName()
           
 
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

EndElementEvent

public EndElementEvent(String localName)
Method Detail

getLocalName

public String getLocalName()