|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlPath.CompatibilityMode | |
|---|---|
| com.jayway.restassured.path.xml | |
| Uses of XmlPath.CompatibilityMode in com.jayway.restassured.path.xml |
|---|
| Methods in com.jayway.restassured.path.xml that return XmlPath.CompatibilityMode | |
|---|---|
static XmlPath.CompatibilityMode |
XmlPath.CompatibilityMode.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XmlPath.CompatibilityMode[] |
XmlPath.CompatibilityMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.jayway.restassured.path.xml with parameters of type XmlPath.CompatibilityMode | |
|---|---|
XmlPath(XmlPath.CompatibilityMode mode,
File file)
Instantiate a new XmlPath instance. |
|
XmlPath(XmlPath.CompatibilityMode mode,
InputSource source)
Instantiate a new XmlPath instance. |
|
XmlPath(XmlPath.CompatibilityMode mode,
InputStream stream)
Instantiate a new XmlPath instance. |
|
XmlPath(XmlPath.CompatibilityMode mode,
Reader reader)
Instantiate a new XmlPath instance. |
|
XmlPath(XmlPath.CompatibilityMode mode,
String text)
Instantiate a new XmlPath instance. |
|
XmlPath(XmlPath.CompatibilityMode mode,
URI uri)
Instantiate a new XmlPath instance. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||