Skip to main content

Module node_test

Module node_test 

Source
Expand description

XPath node test matching helpers.

Provides a unified node test type that can be used by axis iterators and type-based filters, aligning with XPATH_ITERATOR_PORT_PLAN.md.

Enums§

NodeTest
Unified node test for axis iterators.

Functions§

matches_item_type_node
Check if an XmlItem matches an AST ItemTypeNode.
matches_kind_test
Check if a DOM node matches an AST KindTest.
matches_name_test
matches_sequence_type