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 EQNameUtil

    Permalink

    Utility to query for used EQNames (and namespace prefixes in those EQNames that are QNames).

    Utility to query for used EQNames (and namespace prefixes in those EQNames that are QNames).

    This utility can be handy when searching for all namespace prefixes used in an XML document, if the document can have XPath expressions in attribute values or element text according to the schema.

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