class ElementStart extends MyElement
Modifier and Type | Field and Description |
---|---|
private HashMap<String,String> |
_attributes
Map containing all element's attributtes with their values.
|
Constructor and Description |
---|
ElementStart(String element,
HashMap<String,String> attributes)
Cstr.
|
Modifier and Type | Method and Description |
---|---|
(package private) HashMap<String,String> |
getAttributes()
Returns element's attributes.
|
getElementName