public static class MapElement.MapNode extends Object
Modifier and Type | Field and Description |
---|---|
private Map<String,String> |
_attrs |
private Object |
_value |
Constructor and Description |
---|
MapNode(Object value,
Map<String,String> attributes)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes()
Get the attributes
|
Object |
getValue()
Get the value
|