Module kodexa.selectors
Selectors allow you to work with a Kodexa document to find content
Expand source code
"""
Selectors allow you to work with a Kodexa document to find content
"""
from .core import parse
Sub-modules
kodexa.selectors.ast
-
Abstract Syntax Tree nodes for parsed XPath …
kodexa.selectors.core
-
Core XPath parsing glue.
kodexa.selectors.lexrules
-
XPath lexing rules …
kodexa.selectors.lextab
kodexa.selectors.parserules
-
XPath parsing rules …
kodexa.selectors.parsetab