public class StartElementEvent extends Event
Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn der Beginn eines XML-Element gelesen wurde.
Modifier and Type | Field and Description |
---|---|
private AttributeMap |
_attributes |
private java.lang.String |
_localName |
Constructor and Description |
---|
StartElementEvent(java.lang.String localName,
org.xml.sax.Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
AttributeMap |
getAttributes() |
java.lang.String |
getLocalName() |
(package private) java.lang.String |
paramString() |
private final java.lang.String _localName
private final AttributeMap _attributes
public StartElementEvent(java.lang.String localName, org.xml.sax.Attributes attributes)
public java.lang.String getLocalName()
public AttributeMap getAttributes()
java.lang.String paramString()
paramString
in class Event