package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Nov 19, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
ErrNodeNotFound indicates that the specified node could not be found
type Node struct {
XMLName xml.Name
Content []byte `xml:",innerxml"`
Nodes []Node `xml:",any"`
}
Node represents a node in some XML
FindXMLNode finds the node with the specified name in the specified input XML string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.