Package

eu.cdevreeze.xpathparser

util

Permalink

package util

Utilities on top of the xpathparser API.

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

Value Members

  1. object VariableBindingUtil

    Permalink

    Utility to query for free and bound variable occurrences.

    Utility to query for free and bound variable occurrences. It takes (inline) function parameters into account as well.

    Note that in an XPath expression EQNames can play different roles: variable names (including function parameters), function names, type names, and any kind of name in node tests (kind tests and name tests). This utility only cares about variables (including function parameters).

Inherited from AnyRef

Inherited from Any

Ungrouped