Uses of Class
us.monoid.web.XPathQuery

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
 



Copyright © 2013. All Rights Reserved.