package
0.0.0-20240905100032-c934e3fcb9d3
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 nolint:interfacebloat.
Namespace defines the interface for XML namespace.
Node defines the basic DOM interface nolint:interfacebloat.
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.