xmltree

package
v0.0.0-...-fbad7cf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2021 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CharData

type CharData string

type Element

type Element struct {
	Type     xml.Name
	Attr     []xml.Attr
	Children []Node
}

func GetXMLTree

func GetXMLTree(reader io.Reader) (Element, error)

func (Element) String

func (e Element) String() string

type Node

type Node interface{} // Chardata or *Element

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL