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

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

public class StartElementEvent
extends Event

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

Author:
Kappich Systemberatung

Constructor Summary
StartElementEvent(String localName, Attributes attributes)
           
 
Method Summary
 AttributeMap getAttributes()
           
 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

StartElementEvent

public StartElementEvent(String localName,
                         Attributes attributes)
Method Detail

getLocalName

public String getLocalName()

getAttributes

public AttributeMap getAttributes()