Package

eu.cdevreeze.tqa.xpath.jaxp

saxon

Permalink

package saxon

Visibility
  1. Public
  2. All

Type Members

  1. final class JaxpXPathEvaluatorFactoryUsingSaxon extends XPathEvaluatorFactory

    Permalink

    XPathEvaluatorFactory using the JAXP XPath API and backed by a Saxon implementation.

    XPathEvaluatorFactory using the JAXP XPath API and backed by a Saxon implementation.

    The used Saxon Configuration must use the (default) tiny tree object model!

    See JaxpXPathEvaluatorUsingSaxon for more remarks about the used Saxon Configuration.

    See http://saxonica.com/html/documentation/xpath-api/jaxp-xpath/factory.html.

  2. final class JaxpXPathEvaluatorUsingSaxon extends XPathEvaluator

    Permalink

    XPathEvaluator using the JAXP XPath API and backed by a Saxon implementation.

    XPathEvaluator using the JAXP XPath API and backed by a Saxon implementation.

    The Saxon Configuration of the passed evaluator must be the same one that built the documents used with the XPath expressions that are compiled using this JaxpXPathEvaluatorUsingSaxon. The Saxon Configuration must also use the (default) tiny tree object model!

    The passed context items in the evaluation functions must also use the tiny tree model, provided as NodeInfo objects (wrapped in an Option).

    See http://saxonica.com/html/documentation/xpath-api/jaxp-xpath/factory.html.

  3. final class SimpleUriResolver extends URIResolver

    Permalink

    URI resolver, populated from a mapping from original URIs to local URIs.

    URI resolver, populated from a mapping from original URIs to local URIs. This is inefficient in that each call to method resolve may parse the same document again.

Ungrouped