Documentation ¶
Index ¶
- func FindAttr(n *html.Node, key string) (string, bool)
- func GetElementByClass(n *html.Node, className string) *html.Node
- func GetElementById(n *html.Node, id string) *html.Node
- func GetElementByTag(n *html.Node, tag string) *html.Node
- func GetElementsByClass(n *html.Node, className string) []*html.Node
- func GetElementsByTag(n *html.Node, tag string) []*html.Node
- func GetText(n *html.Node) string
- func MustParse(t *testing.T, s string) *html.Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.