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 clientapp
    Definition Classes
    xpathparser
  • XPathSyntaxChecker
  • 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

    A cats-parse parser of XPath expressions, returning AST objects from the 'ast' package if successful.

    A cats-parse 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

package clientapp

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. object XPathSyntaxChecker

    Program that checks the syntax of an XPath expression, showing if it can be successfully parsed.

    Program that checks the syntax of an XPath expression, showing if it can be successfully parsed.

    It is tightly integrated with the corresponding HTML page.

    Annotations
    @JSExportTopLevel("XPathSyntaxChecker")

Ungrouped