|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlPath | |
|---|---|
| com.jayway.restassured.internal | |
| com.jayway.restassured.path.xml | |
| com.jayway.restassured.response | |
| Uses of XmlPath in com.jayway.restassured.internal |
|---|
| Methods in com.jayway.restassured.internal that return XmlPath | |
|---|---|
XmlPath |
RestAssuredResponseImpl.xmlPath()
|
| Uses of XmlPath in com.jayway.restassured.path.xml |
|---|
| Methods in com.jayway.restassured.path.xml that return XmlPath | |
|---|---|
static XmlPath |
XmlPath.from(File file)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.from(InputSource source)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.from(InputStream stream)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.from(Reader reader)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.from(String text)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.from(URI uri)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.given(File file)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.given(InputSource source)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.given(InputStream stream)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.given(Reader reader)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.given(String text)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.given(URI uri)
Instantiate a new XmlPath instance. |
XmlPath |
XmlPath.setRoot(String rootPath)
Set the root path of the document so that you don't need to write the entire path. |
static XmlPath |
XmlPath.with(File file)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.with(InputSource source)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.with(InputStream stream)
|
static XmlPath |
XmlPath.with(Reader reader)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.with(String text)
Instantiate a new XmlPath instance. |
static XmlPath |
XmlPath.with(URI uri)
Instantiate a new XmlPath instance. |
| Uses of XmlPath in com.jayway.restassured.response |
|---|
| Methods in com.jayway.restassured.response that return XmlPath | |
|---|---|
XmlPath |
ResponseBody.xmlPath()
Get an XmlPath view of the response body. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||