public class StartElementEvent extends Event
Modifier and Type | Field and Description |
---|---|
private AttributeMap |
_attributes |
private String |
_localName |
Constructor and Description |
---|
StartElementEvent(String localName,
Attributes attributes) |
Modifier and Type | Method and Description |
---|---|
AttributeMap |
getAttributes() |
String |
getLocalName() |
(package private) String |
paramString() |
private final String _localName
private final AttributeMap _attributes
public StartElementEvent(String localName, Attributes attributes)
public String getLocalName()
public AttributeMap getAttributes()
String paramString()
paramString
in class Event