|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Node
A Node represents a single node in a XML document.
| Method Summary | |
|---|---|
Map<String,String> |
attributes()
The node attributes, may be empty. |
NodeChildren |
children()
The node children |
String |
getAttribute(String name)
Get the value of an attribute. |
String |
name()
The name of the node |
String |
value()
The node value. |
| Methods inherited from interface com.jayway.restassured.path.xml.element.PathElement |
|---|
get, getNode, getNodes |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
Map<String,String> attributes()
NodeChildren children()
String name()
String value()
String getAttribute(String name)
name - The name of the attribute to get
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||