query library

Classes

NodeQuery
Query that only affects all nodes.
Query<T extends Node>
Chainable series of conditions to filter nodes in a tree.
TagQuery
Specialized query that only affects elements.

Functions

buildQuery(dynamic builder(NodeQuery)) NodeQuery
Create a new NodeQuery and call builder with it. Returns the newly constructed query.
buildTagQuery(dynamic builder(TagQuery)) TagQuery
Create a new TagQuery and call builder with it. Returns the newly constructed query.