|
Nux 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use nux.xom.pool | |
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. |
nux.xom.xquery | W3C XQuery and XPath support for XOM. |
Classes in nux.xom.pool used by nux.xom.pool | |
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. |
|
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. |
|
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). |
Classes in nux.xom.pool used by nux.xom.xquery | |
DocumentURIResolver
Called by the XQuery processor to turn a URI passed to the XQuery doc()
function into a XOM Document object. |
|
Nux 1.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |