Modifiers | Name | Description |
---|---|---|
protected GPathResult |
gpath |
|
protected Object |
id |
Constructor and description |
---|
GPathResultMap(GPathResult gpath) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
clear() |
|
boolean |
containsKey(Object key) |
|
boolean |
containsValue(Object value) |
|
Set |
entrySet() |
|
Object |
get(Object key) |
|
protected String |
getPropertyNameForNode(Node node) |
|
protected String |
getPropertyNameForNodeChild(NodeChild child) |
|
boolean |
isEmpty() |
|
Set |
keySet() |
|
Object |
put(Object key, Object value) |
|
void |
putAll(Map m) |
|
Object |
remove(Object key) |
|
int |
size() |
|
Collection |
values() |