xml

package
v2.7.7+incompatible Latest Latest
Warning

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

Go to latest
Published: Jun 23, 2019 License: MIT Imports: 5 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	CopyToken       = xml.CopyToken
	Escape          = xml.Escape
	EscapeText      = xml.EscapeText
	Marshal         = xml.Marshal
	MarshalIndent   = xml.MarshalIndent
	NewDecoder      = xml.NewDecoder
	NewEncoder      = xml.NewEncoder
	NativeUnmarshal = xml.Unmarshal
)

Expose xml public objects

View Source
var DictionaryHelper collections.IDictionaryHelper = xmlDictHelper

DictionaryHelper gives public access to the basic dictionary functions

View Source
var GenericListHelper collections.IListHelper = xmlListHelper

GenericListHelper gives public access to the basic list functions

Functions

func Unmarshal

func Unmarshal(data []byte, out interface{}) (err error)

Unmarshal calls the native Unmarshal but transform the results to returns Dictionary and GenerecList instead of go native collections.

Types

type Dictionary

type Dictionary = xmlDict

Dictionary implementation of IDictionary for xmlDict

type List

type List = xmlList

List implementation of IGenericList for xmlList

Jump to

Keyboard shortcuts

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