Skip to main content

Module xpath

Module xpath 

Source
Expand description

ANTLR parse-tree XPath queries.

This is ANTLR’s small tree-path dialect, not W3C XPath. It supports child (/) and descendant-or-self (//) selection, rule and token names, single-quoted token literals, wildcards, and inverted node tests.

Structs§

XPath
A compiled ANTLR parse-tree XPath expression.

Enums§

XPathError
An invalid ANTLR parse-tree XPath expression.