|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathQuery | |
---|---|
us.monoid.web | Welcome to Resty! This is the main package of Resty. |
Uses of XPathQuery in us.monoid.web |
---|
Methods in us.monoid.web that return XPathQuery | |
---|---|
static XPathQuery |
Resty.xpath(String anXPathExpression)
Create an XPathQuery to extract data from an XML document. |
Methods in us.monoid.web with parameters of type XPathQuery | |
---|---|
JSONResource |
XMLResource.json(XPathQuery path)
Execute the given path query on the XML, GET the returned URI expecting JSON as content |
JSONResource |
XMLResource.json(XPathQuery path,
Content aContent)
Execute the given path query on the XML, POST the returned URI expecting JSON |
TextResource |
XMLResource.text(XPathQuery path)
Execute the given path query on the XML, GET the returned URI expecting text/* as content |
TextResource |
XMLResource.text(XPathQuery path,
Content aContent)
Execute the given path query on the XML, POST the returned URI expecting text/* |
XMLResource |
XMLResource.xml(XPathQuery path)
Execute the given path query on the XML, GET the returned URI expecting xml/* as content |
XMLResource |
XMLResource.xml(XPathQuery path,
Content aContent)
Execute the given path query on the XML, POST the returned URI expecting XML |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |