Versions in this module Expand all Collapse all v0 v0.1.1 Dec 29, 2024 Changes in this version + func AttrVal(node *html.Node, attribute string) string + func ElementByID(n *html.Node, id string) *html.Node + func ElementsByAttrMatch(n *html.Node, key string, val *regexp.Regexp) []*html.Node + func ElementsByTag(n *html.Node, tag ...atom.Atom) []*html.Node + func ElementsByTagAndAttrs(n *html.Node, id string, attrs []html.Attribute) []*html.Node + func HasAttr(node *html.Node, attribute string) bool + func MatchAttrs(node *html.Node, attr ...html.Attribute) bool