xmldom

package
v0.0.0-...-104a29c Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2018 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type XMLNode

type XMLNode struct {
	XMLName xml.Name
	Content string     `xml:",innerxml"`
	Nodes   []*XMLNode `xml:",any"`
	Attrs   []xml.Attr `xml:"-"`
}

func (*XMLNode) MarshalJSON

func (n *XMLNode) MarshalJSON() ([]byte, error)

func (*XMLNode) UnmarshalXML

func (n *XMLNode) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error

Jump to

Keyboard shortcuts

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