de.bsvrz.sys.funclib.xmlSupport.saxPullAdapter
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.
- Author:
- Kappich Systemberatung
_localName
private final String _localName
_attributes
private final AttributeMap _attributes
StartElementEvent
public StartElementEvent(String localName,
Attributes attributes)
getLocalName
public String getLocalName()
getAttributes
public AttributeMap getAttributes()
paramString
String paramString()
- Specified by:
paramString
in class Event