package
0.0.0-20180515051857-ad5b8c7a47b0
Repository: https://github.com/antchfx/xquery.git
Documentation: pkg.go.dev
# Functions
CreateXPathNavigator creates a new xpath.NodeNavigator for the specified html.Node.
Find searches the html.Node that matches by the specified XPath expr.
FindEach searches the html.Node and calls functions cb.
FindOne searches the html.Node that matches by the specified XPath expr, and returns first element of matched html.Node.
InnerText returns the text between the start and end tags of the object.
LoadURL loads the HTML document from the specified URL.
OutputHTML returns the text including tags name.
Parse returns the parse tree for the HTML from the given Reader.
SelectAttr returns the attribute value with the specified name.
# Structs
No description provided by the author