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()
-
-
-
Method Detail
-
getLocalName
public java.lang.String getLocalName()
-
getAttributes
public AttributeMap getAttributes()
-
-