Categorygithub.com/abemedia/xmlpath
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.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Iter iterates over node sets.
Node is an item in an xml tree that was compiled to be processed via xml paths.
Path is a compiled path that can be applied to a context node to obtain a matching node set.

# Type aliases

No description provided by the author