Class StartElementEvent

java.lang.Object
de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter.Event
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.
  • Constructor Summary

    Constructors
    Constructor Description
    StartElementEvent​(java.lang.String localName, org.xml.sax.Attributes attributes)  
  • Method Summary

    Modifier and Type Method Description
    AttributeMap getAttributes()  
    java.lang.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 Details

    • StartElementEvent

      public StartElementEvent​(java.lang.String localName, org.xml.sax.Attributes attributes)
  • Method Details

    • getLocalName

      public java.lang.String getLocalName()
    • getAttributes

      public AttributeMap getAttributes()