René's URL Explorer Experiment


Title: xml package - encoding/xml - Go Packages

direct link

Domain: pkg.go.dev

NoneIE=edge
DescriptionPackage xml implements a simple XML 1.0 parser that understands XML name spaces.

Links:

https://go.dev/
Skip to Main Content https://pkg.go.dev/encoding/xml#main-content
Why Go https://pkg.go.dev/encoding/xml
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/encoding/xml
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/encoding/xml
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
https://go.dev/
Why Go https://pkg.go.dev/encoding/xml
Why Go https://pkg.go.dev/encoding/xml
Case Studies https://go.dev/solutions#case-studies
Use Cases https://go.dev/solutions#use-cases
Security https://go.dev/security/
Learnhttps://go.dev/learn/
Docs https://pkg.go.dev/encoding/xml
Docs https://pkg.go.dev/encoding/xml
Effective Go https://go.dev/doc/effective_go
Go User Manual https://go.dev/doc/
Standard library https://pkg.go.dev/std
Release Notes https://go.dev/doc/devel/release
API https://pkg.go.dev/api
Packageshttps://pkg.go.dev/
Community https://pkg.go.dev/encoding/xml
Community https://pkg.go.dev/encoding/xml
Recorded Talks https://go.dev/talks/
Meetups https://www.meetup.com/pro/go
Conferences https://github.com/golang/go/wiki/Conferences
Go blog https://go.dev/blog
Go project https://go.dev/help
https://groups.google.com/g/golang-nuts
https://github.com/golang
https://twitter.com/golang
https://www.reddit.com/r/golang/
https://invite.slack.golangbridge.org/
https://stackoverflow.com/collectives/go
Discover Packageshttps://pkg.go.dev/
Standard libraryhttps://pkg.go.dev/std
encodinghttps://pkg.go.dev/encoding
xml https://pkg.go.dev/encoding/xml@go1.26.5
https://go.dev/
Version: go1.26.5 https://pkg.go.dev/encoding/xml?tab=versions
Go to latest https://pkg.go.dev/encoding/xml
BSD-3-Clausehttps://pkg.go.dev/encoding/xml?tab=licenses
Imports: 13 https://pkg.go.dev/encoding/xml?tab=imports
Imported by: 79,507 https://pkg.go.dev/encoding/xml?tab=importedby
go.modhttps://cs.opensource.google/go/go/+/go1.26.5:src/go.mod
Learn more about best practiceshttps://pkg.go.dev/about#best-practices
cs.opensource.google/go/go https://cs.opensource.google/go/go
Report a Vulnerability https://go.dev/security/policy
Documentation https://pkg.go.dev/encoding/xml#section-documentation
Overviewhttps://pkg.go.dev/encoding/xml#pkg-overview
Index https://pkg.go.dev/encoding/xml#pkg-index
Examples https://pkg.go.dev/encoding/xml#pkg-examples
Package (CustomMarshalXML) https://pkg.go.dev/encoding/xml#example-package-CustomMarshalXML
Package (TextMarshalXML) https://pkg.go.dev/encoding/xml#example-package-TextMarshalXML
Encoder https://pkg.go.dev/encoding/xml#example-Encoder
MarshalIndent https://pkg.go.dev/encoding/xml#example-MarshalIndent
Unmarshal https://pkg.go.dev/encoding/xml#example-Unmarshal
Constants https://pkg.go.dev/encoding/xml#pkg-constants
Variables https://pkg.go.dev/encoding/xml#pkg-variables
Functions https://pkg.go.dev/encoding/xml#pkg-functions
Escape(w, s) https://pkg.go.dev/encoding/xml#Escape
EscapeText(w, s) https://pkg.go.dev/encoding/xml#EscapeText
Marshal(v) https://pkg.go.dev/encoding/xml#Marshal
MarshalIndent(v, prefix, indent) https://pkg.go.dev/encoding/xml#MarshalIndent
Unmarshal(data, v) https://pkg.go.dev/encoding/xml#Unmarshal
Types https://pkg.go.dev/encoding/xml#pkg-types
type Attr https://pkg.go.dev/encoding/xml#Attr
type CharData https://pkg.go.dev/encoding/xml#CharData
(c) Copy() https://pkg.go.dev/encoding/xml#CharData.Copy
type Comment https://pkg.go.dev/encoding/xml#Comment
(c) Copy() https://pkg.go.dev/encoding/xml#Comment.Copy
type Decoder https://pkg.go.dev/encoding/xml#Decoder
NewDecoder(r) https://pkg.go.dev/encoding/xml#NewDecoder
NewTokenDecoder(t) https://pkg.go.dev/encoding/xml#NewTokenDecoder
(d) Decode(v) https://pkg.go.dev/encoding/xml#Decoder.Decode
(d) DecodeElement(v, start) https://pkg.go.dev/encoding/xml#Decoder.DecodeElement
(d) InputOffset() https://pkg.go.dev/encoding/xml#Decoder.InputOffset
(d) InputPos() https://pkg.go.dev/encoding/xml#Decoder.InputPos
(d) RawToken() https://pkg.go.dev/encoding/xml#Decoder.RawToken
(d) Skip() https://pkg.go.dev/encoding/xml#Decoder.Skip
(d) Token() https://pkg.go.dev/encoding/xml#Decoder.Token
type Directive https://pkg.go.dev/encoding/xml#Directive
(d) Copy() https://pkg.go.dev/encoding/xml#Directive.Copy
type Encoder https://pkg.go.dev/encoding/xml#Encoder
NewEncoder(w) https://pkg.go.dev/encoding/xml#NewEncoder
(enc) Close() https://pkg.go.dev/encoding/xml#Encoder.Close
(enc) Encode(v) https://pkg.go.dev/encoding/xml#Encoder.Encode
(enc) EncodeElement(v, start) https://pkg.go.dev/encoding/xml#Encoder.EncodeElement
(enc) EncodeToken(t) https://pkg.go.dev/encoding/xml#Encoder.EncodeToken
(enc) Flush() https://pkg.go.dev/encoding/xml#Encoder.Flush
(enc) Indent(prefix, indent) https://pkg.go.dev/encoding/xml#Encoder.Indent
type EndElement https://pkg.go.dev/encoding/xml#EndElement
type Marshaler https://pkg.go.dev/encoding/xml#Marshaler
type MarshalerAttr https://pkg.go.dev/encoding/xml#MarshalerAttr
type Name https://pkg.go.dev/encoding/xml#Name
type ProcInst https://pkg.go.dev/encoding/xml#ProcInst
(p) Copy() https://pkg.go.dev/encoding/xml#ProcInst.Copy
type StartElement https://pkg.go.dev/encoding/xml#StartElement
(e) Copy() https://pkg.go.dev/encoding/xml#StartElement.Copy
(e) End() https://pkg.go.dev/encoding/xml#StartElement.End
type SyntaxError https://pkg.go.dev/encoding/xml#SyntaxError
(e) Error() https://pkg.go.dev/encoding/xml#SyntaxError.Error
type TagPathError https://pkg.go.dev/encoding/xml#TagPathError
(e) Error() https://pkg.go.dev/encoding/xml#TagPathError.Error
type Token https://pkg.go.dev/encoding/xml#Token
CopyToken(t) https://pkg.go.dev/encoding/xml#CopyToken
type TokenReader https://pkg.go.dev/encoding/xml#TokenReader
type UnmarshalError https://pkg.go.dev/encoding/xml#UnmarshalError
(e) Error() https://pkg.go.dev/encoding/xml#UnmarshalError.Error
type Unmarshaler https://pkg.go.dev/encoding/xml#Unmarshaler
type UnmarshalerAttr https://pkg.go.dev/encoding/xml#UnmarshalerAttr
type UnsupportedTypeError https://pkg.go.dev/encoding/xml#UnsupportedTypeError
(e) Error() https://pkg.go.dev/encoding/xml#UnsupportedTypeError.Error
Notes https://pkg.go.dev/encoding/xml#pkg-notes
Bugs https://pkg.go.dev/encoding/xml#pkg-note-BUG
Source Files https://pkg.go.dev/encoding/xml#section-sourcefiles
https://pkg.go.dev/encoding/xml#section-documentation
https://pkg.go.dev/encoding/xml#pkg-overview
https://pkg.go.dev/encoding/xml#example-package-CustomMarshalXML
https://pkg.go.dev/encoding/xml#example-package-TextMarshalXML
https://pkg.go.dev/encoding/xml#pkg-index
Constantshttps://pkg.go.dev/encoding/xml#pkg-constants
Variableshttps://pkg.go.dev/encoding/xml#pkg-variables
func Escape(w io.Writer, s []byte)https://pkg.go.dev/encoding/xml#Escape
func EscapeText(w io.Writer, s []byte) errorhttps://pkg.go.dev/encoding/xml#EscapeText
func Marshal(v any) ([]byte, error)https://pkg.go.dev/encoding/xml#Marshal
func MarshalIndent(v any, prefix, indent string) ([]byte, error)https://pkg.go.dev/encoding/xml#MarshalIndent
func Unmarshal(data []byte, v any) errorhttps://pkg.go.dev/encoding/xml#Unmarshal
type Attrhttps://pkg.go.dev/encoding/xml#Attr
type CharDatahttps://pkg.go.dev/encoding/xml#CharData
func (c CharData) Copy() CharDatahttps://pkg.go.dev/encoding/xml#CharData.Copy
type Commenthttps://pkg.go.dev/encoding/xml#Comment
func (c Comment) Copy() Commenthttps://pkg.go.dev/encoding/xml#Comment.Copy
type Decoderhttps://pkg.go.dev/encoding/xml#Decoder
func NewDecoder(r io.Reader) *Decoderhttps://pkg.go.dev/encoding/xml#NewDecoder
func NewTokenDecoder(t TokenReader) *Decoderhttps://pkg.go.dev/encoding/xml#NewTokenDecoder
func (d *Decoder) Decode(v any) errorhttps://pkg.go.dev/encoding/xml#Decoder.Decode
func (d *Decoder) DecodeElement(v any, start *StartElement) errorhttps://pkg.go.dev/encoding/xml#Decoder.DecodeElement
func (d *Decoder) InputOffset() int64https://pkg.go.dev/encoding/xml#Decoder.InputOffset
func (d *Decoder) InputPos() (line, column int)https://pkg.go.dev/encoding/xml#Decoder.InputPos
func (d *Decoder) RawToken() (Token, error)https://pkg.go.dev/encoding/xml#Decoder.RawToken
func (d *Decoder) Skip() errorhttps://pkg.go.dev/encoding/xml#Decoder.Skip
func (d *Decoder) Token() (Token, error)https://pkg.go.dev/encoding/xml#Decoder.Token
type Directivehttps://pkg.go.dev/encoding/xml#Directive
func (d Directive) Copy() Directivehttps://pkg.go.dev/encoding/xml#Directive.Copy
type Encoderhttps://pkg.go.dev/encoding/xml#Encoder
func NewEncoder(w io.Writer) *Encoderhttps://pkg.go.dev/encoding/xml#NewEncoder
func (enc *Encoder) Close() errorhttps://pkg.go.dev/encoding/xml#Encoder.Close
func (enc *Encoder) Encode(v any) errorhttps://pkg.go.dev/encoding/xml#Encoder.Encode
func (enc *Encoder) EncodeElement(v any, start StartElement) errorhttps://pkg.go.dev/encoding/xml#Encoder.EncodeElement
func (enc *Encoder) EncodeToken(t Token) errorhttps://pkg.go.dev/encoding/xml#Encoder.EncodeToken
func (enc *Encoder) Flush() errorhttps://pkg.go.dev/encoding/xml#Encoder.Flush
func (enc *Encoder) Indent(prefix, indent string)https://pkg.go.dev/encoding/xml#Encoder.Indent
type EndElementhttps://pkg.go.dev/encoding/xml#EndElement
type Marshalerhttps://pkg.go.dev/encoding/xml#Marshaler
type MarshalerAttrhttps://pkg.go.dev/encoding/xml#MarshalerAttr
type Namehttps://pkg.go.dev/encoding/xml#Name
type ProcInsthttps://pkg.go.dev/encoding/xml#ProcInst
func (p ProcInst) Copy() ProcInsthttps://pkg.go.dev/encoding/xml#ProcInst.Copy
type StartElementhttps://pkg.go.dev/encoding/xml#StartElement
func (e StartElement) Copy() StartElementhttps://pkg.go.dev/encoding/xml#StartElement.Copy
func (e StartElement) End() EndElementhttps://pkg.go.dev/encoding/xml#StartElement.End
type SyntaxErrorhttps://pkg.go.dev/encoding/xml#SyntaxError
func (e *SyntaxError) Error() stringhttps://pkg.go.dev/encoding/xml#SyntaxError.Error
type TagPathErrorhttps://pkg.go.dev/encoding/xml#TagPathError
func (e *TagPathError) Error() stringhttps://pkg.go.dev/encoding/xml#TagPathError.Error
type Tokenhttps://pkg.go.dev/encoding/xml#Token
func CopyToken(t Token) Tokenhttps://pkg.go.dev/encoding/xml#CopyToken
type TokenReaderhttps://pkg.go.dev/encoding/xml#TokenReader
type UnmarshalErrorhttps://pkg.go.dev/encoding/xml#UnmarshalError
func (e UnmarshalError) Error() stringhttps://pkg.go.dev/encoding/xml#UnmarshalError.Error
type Unmarshalerhttps://pkg.go.dev/encoding/xml#Unmarshaler
type UnmarshalerAttrhttps://pkg.go.dev/encoding/xml#UnmarshalerAttr
type UnsupportedTypeErrorhttps://pkg.go.dev/encoding/xml#UnsupportedTypeError
func (e *UnsupportedTypeError) Error() stringhttps://pkg.go.dev/encoding/xml#UnsupportedTypeError.Error
Bugshttps://pkg.go.dev/encoding/xml#pkg-note-BUG
https://pkg.go.dev/encoding/xml#pkg-examples
Package (CustomMarshalXML)https://pkg.go.dev/encoding/xml#example-package-CustomMarshalXML
Package (TextMarshalXML)https://pkg.go.dev/encoding/xml#example-package-TextMarshalXML
Encoderhttps://pkg.go.dev/encoding/xml#example-Encoder
MarshalIndenthttps://pkg.go.dev/encoding/xml#example-MarshalIndent
Unmarshalhttps://pkg.go.dev/encoding/xml#example-Unmarshal
https://pkg.go.dev/encoding/xml#pkg-constants
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=19
https://pkg.go.dev/encoding/xml#pkg-variables
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=1874
stringhttps://pkg.go.dev/builtin#string
Decoder.Stricthttps://pkg.go.dev/encoding/xml#Decoder.Strict
Decoder.Entityhttps://pkg.go.dev/encoding/xml#Decoder.Entity
View Sourcehttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=1605
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
Decoder.Stricthttps://pkg.go.dev/encoding/xml#Decoder.Strict
Decoder.Entityhttps://pkg.go.dev/encoding/xml#Decoder.Entity
https://pkg.go.dev/encoding/xml#pkg-functions
Escapehttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=2004
https://pkg.go.dev/encoding/xml#Escape
iohttps://pkg.go.dev/io
Writerhttps://pkg.go.dev/io#Writer
bytehttps://pkg.go.dev/builtin#byte
EscapeTexthttps://pkg.go.dev/encoding/xml#EscapeText
EscapeTexthttps://pkg.go.dev/encoding/xml#EscapeText
EscapeTexthttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=1910
https://pkg.go.dev/encoding/xml#EscapeText
iohttps://pkg.go.dev/io
Writerhttps://pkg.go.dev/io#Writer
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Marshalhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=82
https://pkg.go.dev/encoding/xml#Marshal
anyhttps://pkg.go.dev/builtin#any
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Namehttps://pkg.go.dev/encoding/xml#Name
Marshalerhttps://pkg.go.dev/encoding/xml#Marshaler
encoding.TextMarshalerhttps://pkg.go.dev/encoding#TextMarshaler
MarshalIndenthttps://pkg.go.dev/encoding/xml#MarshalIndent
MarshalIndenthttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=132
https://pkg.go.dev/encoding/xml#MarshalIndent
anyhttps://pkg.go.dev/builtin#any
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
errorhttps://pkg.go.dev/builtin#error
Marshalhttps://pkg.go.dev/encoding/xml#Marshal
https://pkg.go.dev/encoding/xml#example-MarshalIndent
Unmarshalhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/read.go;l=133
https://pkg.go.dev/encoding/xml#Unmarshal
bytehttps://pkg.go.dev/builtin#byte
anyhttps://pkg.go.dev/builtin#any
errorhttps://pkg.go.dev/builtin#error
encoding.TextUnmarshalerhttps://pkg.go.dev/encoding#TextUnmarshaler
Attrhttps://pkg.go.dev/encoding/xml#Attr
https://pkg.go.dev/encoding/xml#example-Unmarshal
https://pkg.go.dev/encoding/xml#pkg-types
Attrhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=45
https://pkg.go.dev/encoding/xml#Attr
Namehttps://pkg.go.dev/encoding/xml#Name
stringhttps://pkg.go.dev/builtin#string
CharDatahttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=81
https://pkg.go.dev/encoding/xml#CharData
bytehttps://pkg.go.dev/builtin#byte
Copyhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=84
https://pkg.go.dev/encoding/xml#CharData.Copy
CharDatahttps://pkg.go.dev/encoding/xml#CharData
CharDatahttps://pkg.go.dev/encoding/xml#CharData
Commenthttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=88
https://pkg.go.dev/encoding/xml#Comment
bytehttps://pkg.go.dev/builtin#byte
Copyhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=91
https://pkg.go.dev/encoding/xml#Comment.Copy
Commenthttps://pkg.go.dev/encoding/xml#Comment
Commenthttps://pkg.go.dev/encoding/xml#Comment
Decoderhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=148
https://pkg.go.dev/encoding/xml#Decoder
boolhttps://pkg.go.dev/builtin#bool
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
iohttps://pkg.go.dev/io
Readerhttps://pkg.go.dev/io#Reader
iohttps://pkg.go.dev/io
Readerhttps://pkg.go.dev/io#Reader
errorhttps://pkg.go.dev/builtin#error
stringhttps://pkg.go.dev/builtin#string
NewDecoderhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=221
https://pkg.go.dev/encoding/xml#NewDecoder
iohttps://pkg.go.dev/io
Readerhttps://pkg.go.dev/io#Reader
Decoderhttps://pkg.go.dev/encoding/xml#Decoder
io.ByteReaderhttps://pkg.go.dev/io#ByteReader
NewTokenDecoderhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=233
https://pkg.go.dev/encoding/xml#NewTokenDecoder
TokenReaderhttps://pkg.go.dev/encoding/xml#TokenReader
Decoderhttps://pkg.go.dev/encoding/xml#Decoder
Decodehttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/read.go;l=139
https://pkg.go.dev/encoding/xml#Decoder.Decode
Decoderhttps://pkg.go.dev/encoding/xml#Decoder
anyhttps://pkg.go.dev/builtin#any
errorhttps://pkg.go.dev/builtin#error
Unmarshalhttps://pkg.go.dev/encoding/xml#Unmarshal
DecodeElementhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/read.go;l=147
https://pkg.go.dev/encoding/xml#Decoder.DecodeElement
Decoderhttps://pkg.go.dev/encoding/xml#Decoder
anyhttps://pkg.go.dev/builtin#any
StartElementhttps://pkg.go.dev/encoding/xml#StartElement
errorhttps://pkg.go.dev/builtin#error
Unmarshalhttps://pkg.go.dev/encoding/xml#Unmarshal
Unmarshalhttps://pkg.go.dev/encoding/xml#Unmarshal
InputOffsethttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=934
https://pkg.go.dev/encoding/xml#Decoder.InputOffset
Decoderhttps://pkg.go.dev/encoding/xml#Decoder
int64https://pkg.go.dev/builtin#int64
InputPoshttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=941
https://pkg.go.dev/encoding/xml#Decoder.InputPos
Decoderhttps://pkg.go.dev/encoding/xml#Decoder
inthttps://pkg.go.dev/builtin#int
RawTokenhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=544
https://pkg.go.dev/encoding/xml#Decoder.RawToken
Decoderhttps://pkg.go.dev/encoding/xml#Decoder
Tokenhttps://pkg.go.dev/encoding/xml#Token
errorhttps://pkg.go.dev/builtin#error
Decoder.Tokenhttps://pkg.go.dev/encoding/xml#Decoder.Token
Skiphttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/read.go;l=775
https://pkg.go.dev/encoding/xml#Decoder.Skip
Decoderhttps://pkg.go.dev/encoding/xml#Decoder
errorhttps://pkg.go.dev/builtin#error
Tokenhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=274
https://pkg.go.dev/encoding/xml#Decoder.Token
Decoderhttps://pkg.go.dev/encoding/xml#Decoder
Tokenhttps://pkg.go.dev/encoding/xml#Token
errorhttps://pkg.go.dev/builtin#error
io.EOFhttps://pkg.go.dev/io#EOF
CopyTokenhttps://pkg.go.dev/encoding/xml#CopyToken
StartElementhttps://pkg.go.dev/encoding/xml#StartElement
EndElementhttps://pkg.go.dev/encoding/xml#EndElement
Decoder.CharsetReaderhttps://pkg.go.dev/encoding/xml#Decoder.CharsetReader
https://www.w3.org/TR/REC-xml-names/https://www.w3.org/TR/REC-xml-names/
Namehttps://pkg.go.dev/encoding/xml#Name
Directivehttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=107
https://pkg.go.dev/encoding/xml#Directive
bytehttps://pkg.go.dev/builtin#byte
Copyhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=110
https://pkg.go.dev/encoding/xml#Directive.Copy
Directivehttps://pkg.go.dev/encoding/xml#Directive
Directivehttps://pkg.go.dev/encoding/xml#Directive
Encoderhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=146
https://pkg.go.dev/encoding/xml#Encoder
https://pkg.go.dev/encoding/xml#example-Encoder
NewEncoderhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=151
https://pkg.go.dev/encoding/xml#NewEncoder
iohttps://pkg.go.dev/io
Writerhttps://pkg.go.dev/io#Writer
Encoderhttps://pkg.go.dev/encoding/xml#Encoder
Closehttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=316
https://pkg.go.dev/encoding/xml#Encoder.Close
Encoderhttps://pkg.go.dev/encoding/xml#Encoder
errorhttps://pkg.go.dev/builtin#error
Encodehttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=171
https://pkg.go.dev/encoding/xml#Encoder.Encode
Encoderhttps://pkg.go.dev/encoding/xml#Encoder
anyhttps://pkg.go.dev/builtin#any
errorhttps://pkg.go.dev/builtin#error
Marshalhttps://pkg.go.dev/encoding/xml#Marshal
Encoder.Flushhttps://pkg.go.dev/encoding/xml#Encoder.Flush
EncodeElementhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=186
https://pkg.go.dev/encoding/xml#Encoder.EncodeElement
Encoderhttps://pkg.go.dev/encoding/xml#Encoder
anyhttps://pkg.go.dev/builtin#any
StartElementhttps://pkg.go.dev/encoding/xml#StartElement
errorhttps://pkg.go.dev/builtin#error
Marshalhttps://pkg.go.dev/encoding/xml#Marshal
Encoder.Flushhttps://pkg.go.dev/encoding/xml#Encoder.Flush
EncodeTokenhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=212
https://pkg.go.dev/encoding/xml#Encoder.EncodeToken
Encoderhttps://pkg.go.dev/encoding/xml#Encoder
Tokenhttps://pkg.go.dev/encoding/xml#Token
errorhttps://pkg.go.dev/builtin#error
StartElementhttps://pkg.go.dev/encoding/xml#StartElement
EndElementhttps://pkg.go.dev/encoding/xml#EndElement
Encoder.Flushhttps://pkg.go.dev/encoding/xml#Encoder.Flush
Encoder.Encodehttps://pkg.go.dev/encoding/xml#Encoder.Encode
Encoder.EncodeElementhttps://pkg.go.dev/encoding/xml#Encoder.EncodeElement
Marshalerhttps://pkg.go.dev/encoding/xml#Marshaler
ProcInsthttps://pkg.go.dev/encoding/xml#ProcInst
Flushhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=309
https://pkg.go.dev/encoding/xml#Encoder.Flush
Encoderhttps://pkg.go.dev/encoding/xml#Encoder
errorhttps://pkg.go.dev/builtin#error
Encoder.EncodeTokenhttps://pkg.go.dev/encoding/xml#Encoder.EncodeToken
Indenthttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=160
https://pkg.go.dev/encoding/xml#Encoder.Indent
Encoderhttps://pkg.go.dev/encoding/xml#Encoder
stringhttps://pkg.go.dev/builtin#string
EndElementhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=74
https://pkg.go.dev/encoding/xml#EndElement
Namehttps://pkg.go.dev/encoding/xml#Name
Marshalerhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=110
https://pkg.go.dev/encoding/xml#Marshaler
Encoderhttps://pkg.go.dev/encoding/xml#Encoder
StartElementhttps://pkg.go.dev/encoding/xml#StartElement
errorhttps://pkg.go.dev/builtin#error
Unmarshalhttps://pkg.go.dev/encoding/xml#Unmarshal
MarshalerAttrhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=125
https://pkg.go.dev/encoding/xml#MarshalerAttr
Namehttps://pkg.go.dev/encoding/xml#Name
Attrhttps://pkg.go.dev/encoding/xml#Attr
errorhttps://pkg.go.dev/builtin#error
Unmarshalhttps://pkg.go.dev/encoding/xml#Unmarshal
Attrhttps://pkg.go.dev/encoding/xml#Attr
Namehttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=40
https://pkg.go.dev/encoding/xml#Name
stringhttps://pkg.go.dev/builtin#string
Decoder.Tokenhttps://pkg.go.dev/encoding/xml#Decoder.Token
ProcInsthttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=94
https://pkg.go.dev/encoding/xml#ProcInst
stringhttps://pkg.go.dev/builtin#string
bytehttps://pkg.go.dev/builtin#byte
Copyhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=100
https://pkg.go.dev/encoding/xml#ProcInst.Copy
ProcInsthttps://pkg.go.dev/encoding/xml#ProcInst
ProcInsthttps://pkg.go.dev/encoding/xml#ProcInst
StartElementhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=55
https://pkg.go.dev/encoding/xml#StartElement
Namehttps://pkg.go.dev/encoding/xml#Name
Attrhttps://pkg.go.dev/encoding/xml#Attr
Copyhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=61
https://pkg.go.dev/encoding/xml#StartElement.Copy
StartElementhttps://pkg.go.dev/encoding/xml#StartElement
StartElementhttps://pkg.go.dev/encoding/xml#StartElement
Endhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=69
https://pkg.go.dev/encoding/xml#StartElement.End
StartElementhttps://pkg.go.dev/encoding/xml#StartElement
EndElementhttps://pkg.go.dev/encoding/xml#EndElement
SyntaxErrorhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=26
https://pkg.go.dev/encoding/xml#SyntaxError
stringhttps://pkg.go.dev/builtin#string
inthttps://pkg.go.dev/builtin#int
Errorhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=31
https://pkg.go.dev/encoding/xml#SyntaxError.Error
SyntaxErrorhttps://pkg.go.dev/encoding/xml#SyntaxError
stringhttps://pkg.go.dev/builtin#string
TagPathErrorhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/typeinfo.go;l=330
https://pkg.go.dev/encoding/xml#TagPathError
reflecthttps://pkg.go.dev/reflect
Typehttps://pkg.go.dev/reflect#Type
stringhttps://pkg.go.dev/builtin#string
stringhttps://pkg.go.dev/builtin#string
Errorhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/typeinfo.go;l=336
https://pkg.go.dev/encoding/xml#TagPathError.Error
TagPathErrorhttps://pkg.go.dev/encoding/xml#TagPathError
stringhttps://pkg.go.dev/builtin#string
Tokenhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=52
https://pkg.go.dev/encoding/xml#Token
anyhttps://pkg.go.dev/builtin#any
StartElementhttps://pkg.go.dev/encoding/xml#StartElement
EndElementhttps://pkg.go.dev/encoding/xml#EndElement
CharDatahttps://pkg.go.dev/encoding/xml#CharData
Commenthttps://pkg.go.dev/encoding/xml#Comment
ProcInsthttps://pkg.go.dev/encoding/xml#ProcInst
Directivehttps://pkg.go.dev/encoding/xml#Directive
CopyTokenhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=113
https://pkg.go.dev/encoding/xml#CopyToken
Tokenhttps://pkg.go.dev/encoding/xml#Token
Tokenhttps://pkg.go.dev/encoding/xml#Token
TokenReaderhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go;l=142
https://pkg.go.dev/encoding/xml#TokenReader
Tokenhttps://pkg.go.dev/encoding/xml#Token
errorhttps://pkg.go.dev/builtin#error
Decoderhttps://pkg.go.dev/encoding/xml#Decoder
io.EOFhttps://pkg.go.dev/io#EOF
UnmarshalErrorhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/read.go;l=160
https://pkg.go.dev/encoding/xml#UnmarshalError
stringhttps://pkg.go.dev/builtin#string
Errorhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/read.go;l=162
https://pkg.go.dev/encoding/xml#UnmarshalError.Error
UnmarshalErrorhttps://pkg.go.dev/encoding/xml#UnmarshalError
stringhttps://pkg.go.dev/builtin#string
Unmarshalerhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/read.go;l=179
https://pkg.go.dev/encoding/xml#Unmarshaler
Decoderhttps://pkg.go.dev/encoding/xml#Decoder
StartElementhttps://pkg.go.dev/encoding/xml#StartElement
errorhttps://pkg.go.dev/builtin#error
UnmarshalerAttrhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/read.go;l=191
https://pkg.go.dev/encoding/xml#UnmarshalerAttr
Attrhttps://pkg.go.dev/encoding/xml#Attr
errorhttps://pkg.go.dev/builtin#error
Unmarshalhttps://pkg.go.dev/encoding/xml#Unmarshal
UnsupportedTypeErrorhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=1128
https://pkg.go.dev/encoding/xml#UnsupportedTypeError
reflecthttps://pkg.go.dev/reflect
Typehttps://pkg.go.dev/reflect#Type
Marshalhttps://pkg.go.dev/encoding/xml#Marshal
Errorhttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go;l=1132
https://pkg.go.dev/encoding/xml#UnsupportedTypeError.Error
UnsupportedTypeErrorhttps://pkg.go.dev/encoding/xml#UnsupportedTypeError
stringhttps://pkg.go.dev/builtin#string
https://pkg.go.dev/encoding/xml#pkg-notes
https://pkg.go.dev/encoding/xml#pkg-note-BUG
encoding/jsonhttps://pkg.go.dev/encoding/json
https://pkg.go.dev/encoding/xml#section-sourcefiles
View all Source fileshttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml
marshal.gohttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/marshal.go
read.gohttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/read.go
typeinfo.gohttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/typeinfo.go
xml.gohttps://cs.opensource.google/go/go/+/go1.26.5:src/encoding/xml/xml.go
Why Go https://go.dev/solutions
Use Cases https://go.dev/solutions#use-cases
Case Studies https://go.dev/solutions#case-studies
Get Started https://learn.go.dev/
Playground https://play.golang.org
Tour https://tour.golang.org
Stack Overflow https://stackoverflow.com/questions/tagged/go?tab=Newest
Help https://go.dev/help
Packages https://pkg.go.dev
Standard Library https://pkg.go.dev/std
Sub-repositories https://pkg.go.dev/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://pkg.go.dev/api
About https://go.dev/project
Downloadhttps://go.dev/dl/
Bloghttps://go.dev/blog
Issue Tracker https://github.com/golang/go/issues
Release Notes https://go.dev/doc/devel/release.html
Brand Guidelines https://go.dev/brand
Code of Conduct https://go.dev/conduct
Connect https://www.twitter.com/golang
Twitter https://www.twitter.com/golang
GitHubhttps://github.com/golang
Slack https://invite.slack.golangbridge.org/
r/golang https://reddit.com/r/golang
Meetup https://www.meetup.com/pro/go
Golang Weekly https://golangweekly.com/
Copyrighthttps://go.dev/copyright
Terms of Servicehttps://go.dev/tos
Privacy Policy http://www.google.com/intl/en/policies/privacy/
Report an Issue https://go.dev/s/pkgsite-feedback
https://google.com
Learn more.https://policies.google.com/technologies/cookies

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.