xml

package
v0.0.0-...-4a20ed2 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2014 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EOF = errors.New("XML Eof")

Functions

This section is empty.

Types

type Tag

type Tag map[string]string

type XMap

type XMap struct {
	Name     string `json:"-"`
	Attr     []xml.Attr
	CharData string
	Items    map[string]*XMap
	Parent   *XMap `json:"-"`
}

func Map

func Map(d *xml.Decoder) *XMap

对 XML 结构进行样本化 返回:XMap,XML样本图

Jump to

Keyboard shortcuts

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