internal

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AnyXML

type AnyXML struct {
	XMLName  xml.Name
	Content  string     `xml:",chardata"`
	Attrs    []xml.Attr `xml:",any,attr"`
	Children []AnyXML   `xml:",any"`
}

func LoadXML added in v1.1.0

func LoadXML(path string) AnyXML

func (AnyXML) GetAttr

func (xml AnyXML) GetAttr(name string) string

func (AnyXML) GetChildren added in v1.1.0

func (xml AnyXML) GetChildren(name string) []AnyXML

func (AnyXML) GetFirstChild added in v1.1.0

func (xml AnyXML) GetFirstChild(name string) AnyXML

Jump to

Keyboard shortcuts

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