modulepackage
0.0.0-20200430162134-ed05bb093f35
Repository: https://github.com/abemedia/xmlpath.git
Documentation: pkg.go.dev
# README
Installation and usage
See gopkg.in/xmlpath.v2 for documentation and usage details.
# Packages
No description provided by the author
# Functions
Compile returns the compiled path.
MustCompile returns the compiled path, and panics if there are any errors.
Parse reads an xml document from r, parses it, and returns its root node.
ParseDecoder parses the xml document being decoded by d and returns its root node.
ParseHTML reads an HTML document from r, parses it using a proper HTML parser, and returns its root node.
# Type aliases
No description provided by the author