package
0.0.0-20180221004755-bb78334e2019
Repository: https://github.com/lestrrat/go-libxml2.git
Documentation: pkg.go.dev

# Interfaces

Attribute defines the interface for XML attribute.
Document defines the interface for XML document.
Element defines the interface for XML element.
Namespace defines the interface for XML namespace.
Node defines the basic DOM interface.
No description provided by the author
PtrSource defines the interface for things that is backed by a C backend.
XPathExpression defines the interface for XPath expression.
XPathResult defines the interface for result of calling Find().

# Type aliases

NodeList is a set of Nodes.