Documentation
¶
Index ¶
- func DumpNode(node *html.Node) (string, error)
- func FetchURL(url string) (io.ReadCloser, error)
- func FindAttr(node *html.Node, attrName string) string
- func FindNode(root *html.Node, match func(*html.Node) bool) *html.Node
- func FindNodes(root *html.Node, match func(*html.Node) bool) []*html.Node
- func GetClasses(node *html.Node) []string
- func GetId(node *html.Node) string
- func HasAttrWithValue(node *html.Node, attrName, value string) bool
- func HasClass(node *html.Node, class string) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetClasses ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.