package
2.1.0+incompatible
Repository: https://github.com/danielfillol/gospider.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Functions
CreateXPathNavigator creates a new xpath.NodeNavigator for the specified html.Node.
Find is like QueryAll but Will panics if the expression `expr` cannot be parsed.
FindOne is like Query but will panics if the expression `expr` cannot be parsed.
InnerText returns the text between the start and end tags of the object.
Parse returns the parse tree for the HTML from the given Reader.
Query runs the given XPath expression against the given html.Node and returns the first matching html.Node, or nil if no matches are found.
QueryAll searches the html.Node that matches by the specified XPath expr.
QuerySelector returns the first matched html.Node by the specified XPath selector.
QuerySelectorAll searches all of the html.Node that matches the specified XPath selectors.
# Variables
SelectorCacheMaxEntries allows how many selector object can be caching.
# Structs
No description provided by the author