Struct style::dom_apis::QueryAll [] [src]

pub struct QueryAll;

A query for all the elements in a subtree.

Trait Implementations

impl<E: TElement> SelectorQuery<E> for QueryAll
[src]

The output of the query.

[src]

Whether the query should stop after the first element has been matched.

[src]

Append an element matching after the first query.

[src]

Returns true if the output is empty.