libdominator.Filter

Members

Enums

FilterPicktype
enum FilterPicktype
Undocumented in source.

Functions

filterComments
Node[] filterComments(Dominator dom)

throws the nodes away which are inside of a comment

filterComments
Node[] filterComments(Node[] nodes)

throws the nodes away which are inside of a comment

filterDom
Node[] filterDom(Dominator dom, DomFilter expressions)
Node[] filterDom(Dominator dom, string expressions)

Filters the given DOM and returns the nodes, that matches the given filter expression

filterDom
Node[] filterDom(Dominator dom, DomFilter[] expressions)

Filters the given DOM and returns the nodes, that matches the given filter expressions

filterDom
Node[] filterDom(Node[] nodes, DomFilter[] expressions)

Filters the given nodes and returns the nodes, that matches the given filter expressions

filterDom
Node[] filterDom(Node[] nodes, DomFilter exp)
Node[] filterDom(Node[] nodes, string expression)

Filters the given nodes and returns the nodes, that matches the given filter expression

Structs

DomFilter
struct DomFilter

Use this to filter html

TagElement
struct TagElement

The TagElement is the struct for the atomic part of a filter expression.

Variables

rAttribExpression
auto rAttribExpression;
Undocumented in source.
rDomFilterExpression
auto rDomFilterExpression;
Undocumented in source.
rListPicks
auto rListPicks;
Undocumented in source.
rRangePicks
auto rRangePicks;
Undocumented in source.

Meta

License

Distributed under the terms of the MIT license. Consult the provided LICENSE.md file for details