Class/Object

eu.cdevreeze.tqa.xpath.jaxp.saxon

JaxpXPathEvaluatorUsingSaxon

Related Docs: object JaxpXPathEvaluatorUsingSaxon | package saxon

Permalink

final class JaxpXPathEvaluatorUsingSaxon extends XPathEvaluator

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.

Linear Supertypes
XPathEvaluator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JaxpXPathEvaluatorUsingSaxon
  2. XPathEvaluator
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JaxpXPathEvaluatorUsingSaxon(underlyingEvaluator: net.sf.saxon.xpath.XPathEvaluator)

    Permalink

Type Members

  1. type ContextItem = NodeInfo

    Permalink

    The context item type.

    The context item type.

    Definition Classes
    JaxpXPathEvaluatorUsingSaxonXPathEvaluator
  2. type Node = NodeInfo

    Permalink

    The DOM node type in (DOM) evaluation results.

    The DOM node type in (DOM) evaluation results.

    Definition Classes
    JaxpXPathEvaluatorUsingSaxonXPathEvaluator
  3. type XPathExpression = javax.xml.xpath.XPathExpression

    Permalink

    XPath expression.

    XPath expression. Typically (but not necessarily) a "compiled" one.

    Definition Classes
    JaxpXPathEvaluatorUsingSaxonXPathEvaluator

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def evaluateAsBackingElem(expr: XPathExpression, contextItemOption: Option[ContextItem]): BackingElemApi

    Permalink
  9. def evaluateAsBackingElemSeq(expr: XPathExpression, contextItemOption: Option[ContextItem]): IndexedSeq[BackingElemApi]

    Permalink
  10. def evaluateAsBigDecimal(expr: XPathExpression, contextItemOption: Option[ContextItem]): BigDecimal

    Permalink
  11. def evaluateAsBoolean(expr: XPathExpression, contextItemOption: Option[ContextItem]): Boolean

    Permalink
  12. def evaluateAsEName(expr: XPathExpression, contextItemOption: Option[ContextItem]): EName

    Permalink
  13. def evaluateAsNode(expr: XPathExpression, contextItemOption: Option[ContextItem]): Node

    Permalink
  14. def evaluateAsNodeSeq(expr: XPathExpression, contextItemOption: Option[ContextItem]): IndexedSeq[Node]

    Permalink
  15. def evaluateAsString(expr: XPathExpression, contextItemOption: Option[ContextItem]): String

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def scope: Scope

    Permalink

    Returns the namespace context as yaidom Scope

    Returns the namespace context as yaidom Scope

    Definition Classes
    JaxpXPathEvaluatorUsingSaxonXPathEvaluator
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  25. def toString(expr: XPathExpression): String

    Permalink
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. def toXPathExpression(xpathString: String): XPathExpression

    Permalink

    Creates an XPathExpression from the given expression string.

    Creates an XPathExpression from the given expression string. Typically (but not necessarily) "compiles" the XPath string. Make sure to pass only XPath strings for which all needed namespace bindings are known to the XPath evaluator.

    Definition Classes
    JaxpXPathEvaluatorUsingSaxonXPathEvaluator
  28. val underlyingEvaluator: net.sf.saxon.xpath.XPathEvaluator

    Permalink
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from XPathEvaluator

Inherited from AnyRef

Inherited from Any

Ungrouped