Uses of Class
com.jcabi.http.response.XmlResponse
-
Packages that use XmlResponse Package Description com.jcabi.http.response Responses. -
-
Uses of XmlResponse in com.jcabi.http.response
Methods in com.jcabi.http.response that return XmlResponse Modifier and Type Method Description XmlResponse
XmlResponse. assertXPath(String xpath)
Verifies HTTP response body XHTML/XML content against XPath query, and throwsAssertionError
in case of mismatch.XmlResponse
XmlResponse. registerNs(String prefix, String uri)
Register this new namespace.
-