Nux 1.0

Package 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.

See:
          Description

Interface Summary
DocumentURIResolver Called by the XQuery processor to turn a URI passed to the XQuery doc() function into a XOM Document object.
ResourceResolver Returns an input stream for a given named resource, for example a path or URL or some other form of identifier.
 

Class Summary
BuilderFactory Creates and returns new Builder objects that validate against W3C XML Schemas, DTDs, RELAX NG, Schematron or do not validate at all (thread-safe).
BuilderPool Efficient thread-safe pool/cache of XOM Builder objects, creating and holding zero or more Builders per thread.
XOMUtil Various utilities avoiding redundant code in several classes.
XQueryFactory Creates and returns new XQuery objects using flexible parametrization (thread-safe).
XQueryPool Efficient thread-safe pool/cache of XQuery objects, creating and holding at most maxPoolEntries XQuery objects (each representing a compiled query).
XSLTransformFactory Creates and returns new XSLTransform objects using flexible parametrization (thread-safe).
XSLTransformPool Efficient thread-safe pool/cache of XOM XSLTransform objects, creating and holding at most maxPoolEntries XSLTransform objects (each representing a compiled stylesheet).
 

Package nux.xom.pool Description

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.


Nux 1.0