public class StartElementEvent extends Event
Ereignisobjekt, das vom SaxPullAdapter geliefert wird, wenn der Beginn eines XML-Element gelesen wurde.
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() |
public StartElementEvent(java.lang.String localName, org.xml.sax.Attributes attributes)
public java.lang.String getLocalName()
public AttributeMap getAttributes()