Documentation
¶
Index ¶
Constants ¶
View Source
const ( ClassField selectorField = iota IDField NameField AttrField )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicSelector ¶
A CSS Selector
func (BasicSelector) FindAll ¶
func (sel BasicSelector) FindAll(node *html.Node) []*html.Node
Find all nodes which match a selector. May return itself.
func (BasicSelector) FindAllChildren ¶
func (sel BasicSelector) FindAllChildren(node *html.Node) []*html.Node
Find all nodes which match a selector.
Click to show internal directories.
Click to hide internal directories.