xml

package
v0.0.0-...-375d9ab Latest Latest
Warning

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

Go to latest
Published: Feb 26, 2020 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

This file has automatically been generated on Wed Feb 26 15:50:31 +05 2020. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CharDataCopy

func CharDataCopy(c xml.CharData) xml.CharData

func CommentCopy

func CommentCopy(c xml.Comment) xml.Comment

func CopyToken

func CopyToken(t xml.Token) xml.Token

func DecoderDecode

func DecoderDecode(d *xml.Decoder, v interface{}) error

func DecoderDecodeElement

func DecoderDecodeElement(d *xml.Decoder, v interface{}, start *xml.StartElement) error

func DecoderInputOffset

func DecoderInputOffset(d *xml.Decoder) int64

func DecoderRawToken

func DecoderRawToken(d *xml.Decoder) (xml.Token, error)

func DecoderSkip

func DecoderSkip(d *xml.Decoder) error

func DecoderToken

func DecoderToken(d *xml.Decoder) (xml.Token, error)

func DirectiveCopy

func DirectiveCopy(d xml.Directive) xml.Directive

func EncoderEncode

func EncoderEncode(enc *xml.Encoder, v interface{}) error

func EncoderEncodeElement

func EncoderEncodeElement(enc *xml.Encoder, v interface{}, start xml.StartElement) error

func EncoderEncodeToken

func EncoderEncodeToken(enc *xml.Encoder, t xml.Token) error

func EncoderFlush

func EncoderFlush(enc *xml.Encoder) error

func EscapeText

func EscapeText(w io.Writer, s []byte) error

func Marshal

func Marshal(v interface{}) ([]byte, error)

func MarshalIndent

func MarshalIndent(v interface{}, prefix, indent string) ([]byte, error)

func NewDecoder

func NewDecoder(r io.Reader) *xml.Decoder

func NewEncoder

func NewEncoder(w io.Writer) *xml.Encoder

func NewTokenDecoder

func NewTokenDecoder(t xml.TokenReader) *xml.Decoder

func ProcInstCopy

func ProcInstCopy(p xml.ProcInst) xml.ProcInst

func StartElementCopy

func StartElementCopy(e xml.StartElement) xml.StartElement

func StartElementEnd

func StartElementEnd(e xml.StartElement) xml.EndElement

func SyntaxErrorError

func SyntaxErrorError(e *xml.SyntaxError) string

func TagPathErrorError

func TagPathErrorError(e *xml.TagPathError) string

func Unmarshal

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

func UnmarshalErrorError

func UnmarshalErrorError(e xml.UnmarshalError) string

func UnsupportedTypeErrorError

func UnsupportedTypeErrorError(e *xml.UnsupportedTypeError) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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