xml

package
v0.0.0-...-a909be0 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Fuzz

func Fuzz(data []byte) int

Types

type X

type X struct {
	XMLName xml.Name
	A       int     `xml:"a,attr"`
	B       float64 `xml:"B"`
	C       bool
	C1      bool   `xml:"C>CC"`
	D       string `xml:",comment,omitempty"`
	E       []byte
	E1      []byte `xml:",innerxml,omitempty"`
	F       *Y
	G       string `xml:",any,omitempty"`
	H       string `xml:"-,omitempty"`
	J       []byte `xml:",chardata,omitempty"`
	K       **int
}

type Y

type Y struct {
	XMLName xml.Name `xml:"http://www.google.com/test name"`
	A       string   `xml:",chardata"`
	B       int      `xml:"-"`
}

Jump to

Keyboard shortcuts

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