Documentation ¶
Index ¶
- func Anchors(node *html.Node) (result []*html.Node)
- func BytesToHtmlNode(s []byte) (node *html.Node, err error)
- func Elements(node *html.Node) (result []*html.Node)
- func Href(anchor *html.Node) (attr html.Attribute, err error)
- func NodeIter(node *html.Node, filter func(*html.Node) bool) (result []*html.Node)
- func NodeIterHelper(node *html.Node, elements chan *html.Node, filter func(*html.Node) bool)
- func ValidHrefs(anchors []*html.Node) (hrefs []string, errs []error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NodeIterHelper ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.