Packages

  • package root
    Definition Classes
    root
  • package eu
    Definition Classes
    root
  • package cdevreeze
    Definition Classes
    eu
  • package xpathparser
    Definition Classes
    cdevreeze
  • package ast

    Abstract syntax tree of XPath expressions, as produced by the parsers specified in the 'parse' package.

    Abstract syntax tree of XPath expressions, as produced by the parsers specified in the 'parse' package.

    Definition Classes
    xpathparser
  • package common

    Common classes for expanded names and qualified names.

    Common classes for expanded names and qualified names. Copied (and "trimmed") from the yaidom project, with permission. Conversion from and to the yaidom counterparts is trivial, for example through the string representation.

    Definition Classes
    xpathparser
  • package parse

    FastParse parser of XPath expressions, returning AST objects from the 'ast' package if successful.

    FastParse parser of XPath expressions, returning AST objects from the 'ast' package if successful.

    Definition Classes
    xpathparser
  • package queryapi

    Query API, as offered by the AST classes.

    Query API, as offered by the AST classes. It is inspired by the yaidom project.

    The query API methods may be somewhat verbose, but that is intentional. First of all, there are multiple different "axes" that can be used in queries, such as child elements, descendant elements or descendant-or-self elements (if we consider only forward axes). Second, when querying for elements of specific types, there is something to be said for having normal parameters for those types, instead of (more hidden) type parameters.

    Definition Classes
    xpathparser
  • package util

    Utilities on top of the xpathparser API.

    Utilities on top of the xpathparser API.

    Definition Classes
    xpathparser
  • VariableBindingUtil

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

    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