Nux 1.0a5

Uses of Class
nux.xom.xquery.XQuery

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

Uses of XQuery in nux.xom.pool
 

Methods in nux.xom.pool that return XQuery
 XQuery XQueryPool.getXQuery(File query)
          Returns an XQuery for the given input query.
 XQuery XQueryPool.getXQuery(String 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 XQueryFactory.createXQuery(File query)
          Creates and returns a new XQuery for the given input query.
 XQuery XQueryFactory.createXQuery(String 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.
 


Nux 1.0a5