Versions in this module Expand all Collapse all v0 v0.2.0 Dec 16, 2015 v0.1.0 Sep 3, 2015 Changes in this version + type Selector func(*html.Node) bool + func Compile(sel string) (Selector, error) + func MustCompile(sel string) Selector + func (s Selector) Filter(nodes []*html.Node) (result []*html.Node) + func (s Selector) Match(n *html.Node) bool + func (s Selector) MatchAll(n *html.Node) []*html.Node + func (s Selector) MatchFirst(n *html.Node) *html.Node