Module select::predicate

source ·

Structs

Matches if the inner Predicate A and B both match the Node.
Matches any Node.
Matches Element Node containing attribute N with value V if V is an &str, or any value if V is ().
Matches if inner Predicate B matches the node and A matches the parent of the node.
Matches Element Node containing class T.
Matches any Comment Node.
Matches if inner Predicate B matches the node and A matches any of the parents of node.
Matches any Element Node.
Matches Element Node with name T.
Matches if the Predicate T does not match.
Matches if either inner Predicate A or B matches the Node.
Matches any Text Node.

Traits

A trait implemented by all Node matchers.