Nux 1.6

Uses of Class
nux.xom.xquery.XQuery

Packages that use XQuery
nux.xom.pool Efficient and flexible pools and factories for Documents, XQueries, and XSL Transforms, as well as Builders that validate against W3C XML Schemas, DTDs, RELAX NG, Schematron, etc. 
nux.xom.xquery W3C XQuery and XPath support for XOM. 
 

Uses of XQuery in nux.xom.pool
 

Methods in nux.xom.pool that return XQuery
 XQuery XQueryFactory.createXQuery(File query)
          Creates and returns a new XQuery for the given input query.
 XQuery XQueryFactory.createXQuery(File query, URI baseURI)
          Creates and returns a new XQuery for the given input query, using the given base URI.
 XQuery XQueryFactory.createXQuery(InputStream query, URI baseURI)
          Creates and returns a new XQuery for the given input query, using the given base URI.
 XQuery XQueryFactory.createXQuery(String query, URI baseURI)
          Creates and returns a new XQuery for the given input query, using the given base URI.
 XQuery XQueryPool.getXQuery(File query)
          Returns an XQuery for the given input query.
 XQuery XQueryPool.getXQuery(File query, URI baseURI)
          Returns an XQuery for the given input query, using the given base URI.
 XQuery XQueryPool.getXQuery(ResourceResolver resolver, String resourceName, URI baseURI)
          Returns an XQuery for the input stream obtained from resolving the given resourceName against the given resolver.
 XQuery XQueryPool.getXQuery(String query, URI baseURI)
          Returns an XQuery for the given input query, using the given base URI.
 

Uses of XQuery in nux.xom.xquery
 

Methods in nux.xom.xquery with parameters of type XQuery
static void XQueryUtil.update(Nodes nodes, XQuery morpher, Map variables)
          EXPERIMENTAL; Simple yet powerful and efficient in-place morphing for use as an XQuery/XPath insert, update and delete facility; particularly useful for structurally small tree transformations without requiring (potentially huge) XML tree copies.
 


Nux 1.6