René's URL Explorer Experiment


Title: xml package - github.com/printesoi/xml-go - Go Packages

direct link

Domain: godoc.org

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://godoc.org/github.com/printesoi/xml-go#main-content
Why Go https://godoc.org/github.com/printesoi/xml-go
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://godoc.org/github.com/printesoi/xml-go
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://godoc.org/api
Packageshttps://godoc.org/
Community https://godoc.org/github.com/printesoi/xml-go
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://godoc.org/github.com/printesoi/xml-go
Why Go https://godoc.org/github.com/printesoi/xml-go
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://godoc.org/github.com/printesoi/xml-go
Docs https://godoc.org/github.com/printesoi/xml-go
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://godoc.org/api
Packageshttps://godoc.org/
Community https://godoc.org/github.com/printesoi/xml-go
Community https://godoc.org/github.com/printesoi/xml-go
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://godoc.org/
github.com/printesoi/xml-go https://godoc.org/github.com/printesoi/xml-go@v1.0.1
https://go.dev/
Version: v1.0.1 https://godoc.org/github.com/printesoi/xml-go?tab=versions
Go to latest https://godoc.org/github.com/printesoi/xml-go
BSD-3-Clausehttps://godoc.org/github.com/printesoi/xml-go?tab=licenses
Imports: 15 https://godoc.org/github.com/printesoi/xml-go?tab=imports
Imported by: 12 https://godoc.org/github.com/printesoi/xml-go?tab=importedby
go.modhttps://github.com/printesoi/xml-go/tree/v1.0.1/go.mod
Learn more about best practiceshttps://godoc.org/about#best-practices
github.com/printesoi/xml-go https://github.com/printesoi/xml-go
Open Source Insights https://deps.dev/go/github.com%2Fprintesoi%2Fxml-go/v1.0.1
README https://godoc.org/github.com/printesoi/xml-go#section-readme
Example https://godoc.org/github.com/printesoi/xml-go#readme-example
Example 2 https://godoc.org/github.com/printesoi/xml-go#readme-example-2
Documentation https://godoc.org/github.com/printesoi/xml-go#section-documentation
Overviewhttps://godoc.org/github.com/printesoi/xml-go#pkg-overview
Index https://godoc.org/github.com/printesoi/xml-go#pkg-index
Examples https://godoc.org/github.com/printesoi/xml-go#pkg-examples
Package (CustomMarshalXML) https://godoc.org/github.com/printesoi/xml-go#example-package-CustomMarshalXML
Package (TextMarshalXML) https://godoc.org/github.com/printesoi/xml-go#example-package-TextMarshalXML
Encoder https://godoc.org/github.com/printesoi/xml-go#example-Encoder
MarshalIndent https://godoc.org/github.com/printesoi/xml-go#example-MarshalIndent
Unmarshal https://godoc.org/github.com/printesoi/xml-go#example-Unmarshal
Constants https://godoc.org/github.com/printesoi/xml-go#pkg-constants
Variables https://godoc.org/github.com/printesoi/xml-go#pkg-variables
Functions https://godoc.org/github.com/printesoi/xml-go#pkg-functions
Escape(w, s) https://godoc.org/github.com/printesoi/xml-go#Escape
EscapeText(w, s) https://godoc.org/github.com/printesoi/xml-go#EscapeText
Marshal(v) https://godoc.org/github.com/printesoi/xml-go#Marshal
MarshalIndent(v, prefix, indent) https://godoc.org/github.com/printesoi/xml-go#MarshalIndent
Unmarshal(data, v) https://godoc.org/github.com/printesoi/xml-go#Unmarshal
Types https://godoc.org/github.com/printesoi/xml-go#pkg-types
type Attr https://godoc.org/github.com/printesoi/xml-go#Attr
type BySpace https://godoc.org/github.com/printesoi/xml-go#BySpace
(s) Len() https://godoc.org/github.com/printesoi/xml-go#BySpace.Len
(s) Less(i, j) https://godoc.org/github.com/printesoi/xml-go#BySpace.Less
(s) Swap(i, j) https://godoc.org/github.com/printesoi/xml-go#BySpace.Swap
type CharData https://godoc.org/github.com/printesoi/xml-go#CharData
(c) Copy() https://godoc.org/github.com/printesoi/xml-go#CharData.Copy
type Comment https://godoc.org/github.com/printesoi/xml-go#Comment
(c) Copy() https://godoc.org/github.com/printesoi/xml-go#Comment.Copy
type Decoder https://godoc.org/github.com/printesoi/xml-go#Decoder
NewDecoder(r) https://godoc.org/github.com/printesoi/xml-go#NewDecoder
NewTokenDecoder(t) https://godoc.org/github.com/printesoi/xml-go#NewTokenDecoder
(d) Decode(v) https://godoc.org/github.com/printesoi/xml-go#Decoder.Decode
(d) DecodeElement(v, start) https://godoc.org/github.com/printesoi/xml-go#Decoder.DecodeElement
(d) InputOffset() https://godoc.org/github.com/printesoi/xml-go#Decoder.InputOffset
(d) InputPos() https://godoc.org/github.com/printesoi/xml-go#Decoder.InputPos
(d) RawToken() https://godoc.org/github.com/printesoi/xml-go#Decoder.RawToken
(d) Skip() https://godoc.org/github.com/printesoi/xml-go#Decoder.Skip
(d) Token() https://godoc.org/github.com/printesoi/xml-go#Decoder.Token
type Directive https://godoc.org/github.com/printesoi/xml-go#Directive
(d) Copy() https://godoc.org/github.com/printesoi/xml-go#Directive.Copy
type Encoder https://godoc.org/github.com/printesoi/xml-go#Encoder
NewEncoder(w) https://godoc.org/github.com/printesoi/xml-go#NewEncoder
(enc) AddNamespaceBinding(url, prefix) https://godoc.org/github.com/printesoi/xml-go#Encoder.AddNamespaceBinding
(enc) AddSkipNamespaceAttrForPrefix(url, prefix) https://godoc.org/github.com/printesoi/xml-go#Encoder.AddSkipNamespaceAttrForPrefix
(enc) Close() https://godoc.org/github.com/printesoi/xml-go#Encoder.Close
(enc) Encode(v) https://godoc.org/github.com/printesoi/xml-go#Encoder.Encode
(enc) EncodeElement(v, start) https://godoc.org/github.com/printesoi/xml-go#Encoder.EncodeElement
(enc) EncodeToken(t) https://godoc.org/github.com/printesoi/xml-go#Encoder.EncodeToken
(enc) Flush() https://godoc.org/github.com/printesoi/xml-go#Encoder.Flush
(enc) Indent(prefix, indent) https://godoc.org/github.com/printesoi/xml-go#Encoder.Indent
type EndElement https://godoc.org/github.com/printesoi/xml-go#EndElement
type Marshaler https://godoc.org/github.com/printesoi/xml-go#Marshaler
type MarshalerAttr https://godoc.org/github.com/printesoi/xml-go#MarshalerAttr
type Name https://godoc.org/github.com/printesoi/xml-go#Name
type ProcInst https://godoc.org/github.com/printesoi/xml-go#ProcInst
(p) Copy() https://godoc.org/github.com/printesoi/xml-go#ProcInst.Copy
type StartElement https://godoc.org/github.com/printesoi/xml-go#StartElement
(e) Copy() https://godoc.org/github.com/printesoi/xml-go#StartElement.Copy
(e) End() https://godoc.org/github.com/printesoi/xml-go#StartElement.End
type SyntaxError https://godoc.org/github.com/printesoi/xml-go#SyntaxError
(e) Error() https://godoc.org/github.com/printesoi/xml-go#SyntaxError.Error
type TagPathError https://godoc.org/github.com/printesoi/xml-go#TagPathError
(e) Error() https://godoc.org/github.com/printesoi/xml-go#TagPathError.Error
type Token https://godoc.org/github.com/printesoi/xml-go#Token
CopyToken(t) https://godoc.org/github.com/printesoi/xml-go#CopyToken
type TokenReader https://godoc.org/github.com/printesoi/xml-go#TokenReader
type UnmarshalError https://godoc.org/github.com/printesoi/xml-go#UnmarshalError
(e) Error() https://godoc.org/github.com/printesoi/xml-go#UnmarshalError.Error
type Unmarshaler https://godoc.org/github.com/printesoi/xml-go#Unmarshaler
type UnmarshalerAttr https://godoc.org/github.com/printesoi/xml-go#UnmarshalerAttr
type UnsupportedTypeError https://godoc.org/github.com/printesoi/xml-go#UnsupportedTypeError
(e) Error() https://godoc.org/github.com/printesoi/xml-go#UnsupportedTypeError.Error
Notes https://godoc.org/github.com/printesoi/xml-go#pkg-notes
Bugs https://godoc.org/github.com/printesoi/xml-go#pkg-note-BUG
Source Files https://godoc.org/github.com/printesoi/xml-go#section-sourcefiles
https://godoc.org/github.com/printesoi/xml-go#section-readme
https://godoc.org/github.com/printesoi/xml-go
https://github.com/printesoi/xml-go/actions/workflows/test.yml
https://coveralls.io/github/printesoi/xml-go
https://goreportcard.com/report/github.com/printesoi/xml-go
C14N Exclusive XML Canonicalizationhttps://www.w3.org/TR/xml-exc-c14n/
https://godoc.org/github.com/printesoi/xml-go#section-documentation
https://godoc.org/github.com/printesoi/xml-go#pkg-overview
https://godoc.org/github.com/printesoi/xml-go#example-package-CustomMarshalXML
https://godoc.org/github.com/printesoi/xml-go#example-package-TextMarshalXML
https://godoc.org/github.com/printesoi/xml-go#pkg-index
Constantshttps://godoc.org/github.com/printesoi/xml-go#pkg-constants
Variableshttps://godoc.org/github.com/printesoi/xml-go#pkg-variables
func Escape(w io.Writer, s []byte)https://godoc.org/github.com/printesoi/xml-go#Escape
func EscapeText(w io.Writer, s []byte) errorhttps://godoc.org/github.com/printesoi/xml-go#EscapeText
func Marshal(v any) ([]byte, error)https://godoc.org/github.com/printesoi/xml-go#Marshal
func MarshalIndent(v any, prefix, indent string) ([]byte, error)https://godoc.org/github.com/printesoi/xml-go#MarshalIndent
func Unmarshal(data []byte, v any) errorhttps://godoc.org/github.com/printesoi/xml-go#Unmarshal
type Attrhttps://godoc.org/github.com/printesoi/xml-go#Attr
type BySpacehttps://godoc.org/github.com/printesoi/xml-go#BySpace
func (s BySpace) Len() inthttps://godoc.org/github.com/printesoi/xml-go#BySpace.Len
func (s BySpace) Less(i, j int) boolhttps://godoc.org/github.com/printesoi/xml-go#BySpace.Less
func (s BySpace) Swap(i, j int)https://godoc.org/github.com/printesoi/xml-go#BySpace.Swap
type CharDatahttps://godoc.org/github.com/printesoi/xml-go#CharData
func (c CharData) Copy() CharDatahttps://godoc.org/github.com/printesoi/xml-go#CharData.Copy
type Commenthttps://godoc.org/github.com/printesoi/xml-go#Comment
func (c Comment) Copy() Commenthttps://godoc.org/github.com/printesoi/xml-go#Comment.Copy
type Decoderhttps://godoc.org/github.com/printesoi/xml-go#Decoder
func NewDecoder(r io.Reader) *Decoderhttps://godoc.org/github.com/printesoi/xml-go#NewDecoder
func NewTokenDecoder(t TokenReader) *Decoderhttps://godoc.org/github.com/printesoi/xml-go#NewTokenDecoder
func (d *Decoder) Decode(v any) errorhttps://godoc.org/github.com/printesoi/xml-go#Decoder.Decode
func (d *Decoder) DecodeElement(v any, start *StartElement) errorhttps://godoc.org/github.com/printesoi/xml-go#Decoder.DecodeElement
func (d *Decoder) InputOffset() int64https://godoc.org/github.com/printesoi/xml-go#Decoder.InputOffset
func (d *Decoder) InputPos() (line, column int)https://godoc.org/github.com/printesoi/xml-go#Decoder.InputPos
func (d *Decoder) RawToken() (Token, error)https://godoc.org/github.com/printesoi/xml-go#Decoder.RawToken
func (d *Decoder) Skip() errorhttps://godoc.org/github.com/printesoi/xml-go#Decoder.Skip
func (d *Decoder) Token() (Token, error)https://godoc.org/github.com/printesoi/xml-go#Decoder.Token
type Directivehttps://godoc.org/github.com/printesoi/xml-go#Directive
func (d Directive) Copy() Directivehttps://godoc.org/github.com/printesoi/xml-go#Directive.Copy
type Encoderhttps://godoc.org/github.com/printesoi/xml-go#Encoder
func NewEncoder(w io.Writer) *Encoderhttps://godoc.org/github.com/printesoi/xml-go#NewEncoder
func (enc *Encoder) AddNamespaceBinding(url string, prefix string) errorhttps://godoc.org/github.com/printesoi/xml-go#Encoder.AddNamespaceBinding
func (enc *Encoder) AddSkipNamespaceAttrForPrefix(url string, prefix string)https://godoc.org/github.com/printesoi/xml-go#Encoder.AddSkipNamespaceAttrForPrefix
func (enc *Encoder) Close() errorhttps://godoc.org/github.com/printesoi/xml-go#Encoder.Close
func (enc *Encoder) Encode(v any) errorhttps://godoc.org/github.com/printesoi/xml-go#Encoder.Encode
func (enc *Encoder) EncodeElement(v any, start StartElement) errorhttps://godoc.org/github.com/printesoi/xml-go#Encoder.EncodeElement
func (enc *Encoder) EncodeToken(t Token) errorhttps://godoc.org/github.com/printesoi/xml-go#Encoder.EncodeToken
func (enc *Encoder) Flush() errorhttps://godoc.org/github.com/printesoi/xml-go#Encoder.Flush
func (enc *Encoder) Indent(prefix, indent string)https://godoc.org/github.com/printesoi/xml-go#Encoder.Indent
type EndElementhttps://godoc.org/github.com/printesoi/xml-go#EndElement
type Marshalerhttps://godoc.org/github.com/printesoi/xml-go#Marshaler
type MarshalerAttrhttps://godoc.org/github.com/printesoi/xml-go#MarshalerAttr
type Namehttps://godoc.org/github.com/printesoi/xml-go#Name
type ProcInsthttps://godoc.org/github.com/printesoi/xml-go#ProcInst
func (p ProcInst) Copy() ProcInsthttps://godoc.org/github.com/printesoi/xml-go#ProcInst.Copy
type StartElementhttps://godoc.org/github.com/printesoi/xml-go#StartElement
func (e StartElement) Copy() StartElementhttps://godoc.org/github.com/printesoi/xml-go#StartElement.Copy
func (e StartElement) End() EndElementhttps://godoc.org/github.com/printesoi/xml-go#StartElement.End
type SyntaxErrorhttps://godoc.org/github.com/printesoi/xml-go#SyntaxError
func (e *SyntaxError) Error() stringhttps://godoc.org/github.com/printesoi/xml-go#SyntaxError.Error
type TagPathErrorhttps://godoc.org/github.com/printesoi/xml-go#TagPathError
func (e *TagPathError) Error() stringhttps://godoc.org/github.com/printesoi/xml-go#TagPathError.Error
type Tokenhttps://godoc.org/github.com/printesoi/xml-go#Token
func CopyToken(t Token) Tokenhttps://godoc.org/github.com/printesoi/xml-go#CopyToken
type TokenReaderhttps://godoc.org/github.com/printesoi/xml-go#TokenReader
type UnmarshalErrorhttps://godoc.org/github.com/printesoi/xml-go#UnmarshalError
func (e UnmarshalError) Error() stringhttps://godoc.org/github.com/printesoi/xml-go#UnmarshalError.Error
type Unmarshalerhttps://godoc.org/github.com/printesoi/xml-go#Unmarshaler
type UnmarshalerAttrhttps://godoc.org/github.com/printesoi/xml-go#UnmarshalerAttr
type UnsupportedTypeErrorhttps://godoc.org/github.com/printesoi/xml-go#UnsupportedTypeError
func (e *UnsupportedTypeError) Error() stringhttps://godoc.org/github.com/printesoi/xml-go#UnsupportedTypeError.Error
Bugshttps://godoc.org/github.com/printesoi/xml-go#pkg-note-BUG
https://godoc.org/github.com/printesoi/xml-go#pkg-examples
Package (CustomMarshalXML)https://godoc.org/github.com/printesoi/xml-go#example-package-CustomMarshalXML
Package (TextMarshalXML)https://godoc.org/github.com/printesoi/xml-go#example-package-TextMarshalXML
Encoderhttps://godoc.org/github.com/printesoi/xml-go#example-Encoder
MarshalIndenthttps://godoc.org/github.com/printesoi/xml-go#example-MarshalIndent
Unmarshalhttps://godoc.org/github.com/printesoi/xml-go#example-Unmarshal
https://godoc.org/github.com/printesoi/xml-go#pkg-constants
View Sourcehttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L20
https://godoc.org/github.com/printesoi/xml-go#pkg-variables
View Sourcehttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L1879
stringhttps://godoc.org/builtin#string
View Sourcehttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L1610
stringhttps://godoc.org/builtin#string
stringhttps://godoc.org/builtin#string
View Sourcehttps://github.com/printesoi/xml-go/blob/v1.0.1/namespacebinding.go#L9
https://godoc.org/github.com/printesoi/xml-go#pkg-functions
Escapehttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L2009
https://godoc.org/github.com/printesoi/xml-go#Escape
iohttps://godoc.org/io
Writerhttps://godoc.org/io#Writer
bytehttps://godoc.org/builtin#byte
EscapeTexthttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L1915
https://godoc.org/github.com/printesoi/xml-go#EscapeText
iohttps://godoc.org/io
Writerhttps://godoc.org/io#Writer
bytehttps://godoc.org/builtin#byte
errorhttps://godoc.org/builtin#error
Marshalhttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L89
https://godoc.org/github.com/printesoi/xml-go#Marshal
anyhttps://godoc.org/builtin#any
bytehttps://godoc.org/builtin#byte
errorhttps://godoc.org/builtin#error
https://www.w3.org/TR/xml-exc-c14n/https://www.w3.org/TR/xml-exc-c14n/
MarshalIndenthttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L140
https://godoc.org/github.com/printesoi/xml-go#MarshalIndent
anyhttps://godoc.org/builtin#any
stringhttps://godoc.org/builtin#string
bytehttps://godoc.org/builtin#byte
errorhttps://godoc.org/builtin#error
https://godoc.org/github.com/printesoi/xml-go#example-MarshalIndent
Unmarshalhttps://github.com/printesoi/xml-go/blob/v1.0.1/read.go#L133
https://godoc.org/github.com/printesoi/xml-go#Unmarshal
bytehttps://godoc.org/builtin#byte
anyhttps://godoc.org/builtin#any
errorhttps://godoc.org/builtin#error
https://godoc.org/github.com/printesoi/xml-go#example-Unmarshal
https://godoc.org/github.com/printesoi/xml-go#pkg-types
Attrhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L45
https://godoc.org/github.com/printesoi/xml-go#Attr
Namehttps://godoc.org/github.com/printesoi/xml-go#Name
stringhttps://godoc.org/builtin#string
BySpacehttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L51
https://godoc.org/github.com/printesoi/xml-go#BySpace
Lenhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L53
https://godoc.org/github.com/printesoi/xml-go#BySpace.Len
BySpacehttps://godoc.org/github.com/printesoi/xml-go#BySpace
inthttps://godoc.org/builtin#int
Lesshttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L56
https://godoc.org/github.com/printesoi/xml-go#BySpace.Less
BySpacehttps://godoc.org/github.com/printesoi/xml-go#BySpace
inthttps://godoc.org/builtin#int
boolhttps://godoc.org/builtin#bool
Swaphttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L54
https://godoc.org/github.com/printesoi/xml-go#BySpace.Swap
BySpacehttps://godoc.org/github.com/printesoi/xml-go#BySpace
inthttps://godoc.org/builtin#int
CharDatahttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L91
https://godoc.org/github.com/printesoi/xml-go#CharData
bytehttps://godoc.org/builtin#byte
Copyhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L94
https://godoc.org/github.com/printesoi/xml-go#CharData.Copy
CharDatahttps://godoc.org/github.com/printesoi/xml-go#CharData
CharDatahttps://godoc.org/github.com/printesoi/xml-go#CharData
Commenthttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L98
https://godoc.org/github.com/printesoi/xml-go#Comment
bytehttps://godoc.org/builtin#byte
Copyhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L101
https://godoc.org/github.com/printesoi/xml-go#Comment.Copy
Commenthttps://godoc.org/github.com/printesoi/xml-go#Comment
Commenthttps://godoc.org/github.com/printesoi/xml-go#Comment
Decoderhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L158
https://godoc.org/github.com/printesoi/xml-go#Decoder
boolhttps://godoc.org/builtin#bool
stringhttps://godoc.org/builtin#string
stringhttps://godoc.org/builtin#string
stringhttps://godoc.org/builtin#string
stringhttps://godoc.org/builtin#string
iohttps://godoc.org/io
Readerhttps://godoc.org/io#Reader
iohttps://godoc.org/io
Readerhttps://godoc.org/io#Reader
errorhttps://godoc.org/builtin#error
stringhttps://godoc.org/builtin#string
NewDecoderhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L231
https://godoc.org/github.com/printesoi/xml-go#NewDecoder
iohttps://godoc.org/io
Readerhttps://godoc.org/io#Reader
Decoderhttps://godoc.org/github.com/printesoi/xml-go#Decoder
NewTokenDecoderhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L243
https://godoc.org/github.com/printesoi/xml-go#NewTokenDecoder
TokenReaderhttps://godoc.org/github.com/printesoi/xml-go#TokenReader
Decoderhttps://godoc.org/github.com/printesoi/xml-go#Decoder
Decodehttps://github.com/printesoi/xml-go/blob/v1.0.1/read.go#L139
https://godoc.org/github.com/printesoi/xml-go#Decoder.Decode
Decoderhttps://godoc.org/github.com/printesoi/xml-go#Decoder
anyhttps://godoc.org/builtin#any
errorhttps://godoc.org/builtin#error
DecodeElementhttps://github.com/printesoi/xml-go/blob/v1.0.1/read.go#L147
https://godoc.org/github.com/printesoi/xml-go#Decoder.DecodeElement
Decoderhttps://godoc.org/github.com/printesoi/xml-go#Decoder
anyhttps://godoc.org/builtin#any
StartElementhttps://godoc.org/github.com/printesoi/xml-go#StartElement
errorhttps://godoc.org/builtin#error
InputOffsethttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L940
https://godoc.org/github.com/printesoi/xml-go#Decoder.InputOffset
Decoderhttps://godoc.org/github.com/printesoi/xml-go#Decoder
int64https://godoc.org/builtin#int64
InputPoshttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L947
https://godoc.org/github.com/printesoi/xml-go#Decoder.InputPos
Decoderhttps://godoc.org/github.com/printesoi/xml-go#Decoder
inthttps://godoc.org/builtin#int
RawTokenhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L550
https://godoc.org/github.com/printesoi/xml-go#Decoder.RawToken
Decoderhttps://godoc.org/github.com/printesoi/xml-go#Decoder
Tokenhttps://godoc.org/github.com/printesoi/xml-go#Token
errorhttps://godoc.org/builtin#error
Skiphttps://github.com/printesoi/xml-go/blob/v1.0.1/read.go#L760
https://godoc.org/github.com/printesoi/xml-go#Decoder.Skip
Decoderhttps://godoc.org/github.com/printesoi/xml-go#Decoder
errorhttps://godoc.org/builtin#error
Tokenhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L284
https://godoc.org/github.com/printesoi/xml-go#Decoder.Token
Decoderhttps://godoc.org/github.com/printesoi/xml-go#Decoder
Tokenhttps://godoc.org/github.com/printesoi/xml-go#Token
errorhttps://godoc.org/builtin#error
https://www.w3.org/TR/REC-xml-names/https://www.w3.org/TR/REC-xml-names/
Directivehttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L117
https://godoc.org/github.com/printesoi/xml-go#Directive
bytehttps://godoc.org/builtin#byte
Copyhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L120
https://godoc.org/github.com/printesoi/xml-go#Directive.Copy
Directivehttps://godoc.org/github.com/printesoi/xml-go#Directive
Directivehttps://godoc.org/github.com/printesoi/xml-go#Directive
Encoderhttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L154
https://godoc.org/github.com/printesoi/xml-go#Encoder
https://godoc.org/github.com/printesoi/xml-go#example-Encoder
NewEncoderhttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L159
https://godoc.org/github.com/printesoi/xml-go#NewEncoder
iohttps://godoc.org/io
Writerhttps://godoc.org/io#Writer
Encoderhttps://godoc.org/github.com/printesoi/xml-go#Encoder
AddNamespaceBindinghttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L178
https://godoc.org/github.com/printesoi/xml-go#Encoder.AddNamespaceBinding
Encoderhttps://godoc.org/github.com/printesoi/xml-go#Encoder
stringhttps://godoc.org/builtin#string
stringhttps://godoc.org/builtin#string
errorhttps://godoc.org/builtin#error
AddSkipNamespaceAttrForPrefixhttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L186
https://godoc.org/github.com/printesoi/xml-go#Encoder.AddSkipNamespaceAttrForPrefix
Encoderhttps://godoc.org/github.com/printesoi/xml-go#Encoder
stringhttps://godoc.org/builtin#string
stringhttps://godoc.org/builtin#string
Closehttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L344
https://godoc.org/github.com/printesoi/xml-go#Encoder.Close
Encoderhttps://godoc.org/github.com/printesoi/xml-go#Encoder
errorhttps://godoc.org/builtin#error
Encodehttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L199
https://godoc.org/github.com/printesoi/xml-go#Encoder.Encode
Encoderhttps://godoc.org/github.com/printesoi/xml-go#Encoder
anyhttps://godoc.org/builtin#any
errorhttps://godoc.org/builtin#error
EncodeElementhttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L214
https://godoc.org/github.com/printesoi/xml-go#Encoder.EncodeElement
Encoderhttps://godoc.org/github.com/printesoi/xml-go#Encoder
anyhttps://godoc.org/builtin#any
StartElementhttps://godoc.org/github.com/printesoi/xml-go#StartElement
errorhttps://godoc.org/builtin#error
EncodeTokenhttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L240
https://godoc.org/github.com/printesoi/xml-go#Encoder.EncodeToken
Encoderhttps://godoc.org/github.com/printesoi/xml-go#Encoder
Tokenhttps://godoc.org/github.com/printesoi/xml-go#Token
errorhttps://godoc.org/builtin#error
Flushhttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L337
https://godoc.org/github.com/printesoi/xml-go#Encoder.Flush
Encoderhttps://godoc.org/github.com/printesoi/xml-go#Encoder
errorhttps://godoc.org/builtin#error
Indenthttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L171
https://godoc.org/github.com/printesoi/xml-go#Encoder.Indent
Encoderhttps://godoc.org/github.com/printesoi/xml-go#Encoder
stringhttps://godoc.org/builtin#string
EndElementhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L84
https://godoc.org/github.com/printesoi/xml-go#EndElement
Namehttps://godoc.org/github.com/printesoi/xml-go#Name
Marshalerhttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L118
https://godoc.org/github.com/printesoi/xml-go#Marshaler
Encoderhttps://godoc.org/github.com/printesoi/xml-go#Encoder
StartElementhttps://godoc.org/github.com/printesoi/xml-go#StartElement
errorhttps://godoc.org/builtin#error
MarshalerAttrhttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L133
https://godoc.org/github.com/printesoi/xml-go#MarshalerAttr
Namehttps://godoc.org/github.com/printesoi/xml-go#Name
Attrhttps://godoc.org/github.com/printesoi/xml-go#Attr
errorhttps://godoc.org/builtin#error
Namehttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L40
https://godoc.org/github.com/printesoi/xml-go#Name
stringhttps://godoc.org/builtin#string
ProcInsthttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L104
https://godoc.org/github.com/printesoi/xml-go#ProcInst
stringhttps://godoc.org/builtin#string
bytehttps://godoc.org/builtin#byte
Copyhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L110
https://godoc.org/github.com/printesoi/xml-go#ProcInst.Copy
ProcInsthttps://godoc.org/github.com/printesoi/xml-go#ProcInst
ProcInsthttps://godoc.org/github.com/printesoi/xml-go#ProcInst
StartElementhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L65
https://godoc.org/github.com/printesoi/xml-go#StartElement
Namehttps://godoc.org/github.com/printesoi/xml-go#Name
Attrhttps://godoc.org/github.com/printesoi/xml-go#Attr
Copyhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L71
https://godoc.org/github.com/printesoi/xml-go#StartElement.Copy
StartElementhttps://godoc.org/github.com/printesoi/xml-go#StartElement
StartElementhttps://godoc.org/github.com/printesoi/xml-go#StartElement
Endhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L79
https://godoc.org/github.com/printesoi/xml-go#StartElement.End
StartElementhttps://godoc.org/github.com/printesoi/xml-go#StartElement
EndElementhttps://godoc.org/github.com/printesoi/xml-go#EndElement
SyntaxErrorhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L26
https://godoc.org/github.com/printesoi/xml-go#SyntaxError
stringhttps://godoc.org/builtin#string
inthttps://godoc.org/builtin#int
Errorhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L31
https://godoc.org/github.com/printesoi/xml-go#SyntaxError.Error
SyntaxErrorhttps://godoc.org/github.com/printesoi/xml-go#SyntaxError
stringhttps://godoc.org/builtin#string
TagPathErrorhttps://github.com/printesoi/xml-go/blob/v1.0.1/typeinfo.go#L337
https://godoc.org/github.com/printesoi/xml-go#TagPathError
reflecthttps://godoc.org/reflect
Typehttps://godoc.org/reflect#Type
stringhttps://godoc.org/builtin#string
stringhttps://godoc.org/builtin#string
Errorhttps://github.com/printesoi/xml-go/blob/v1.0.1/typeinfo.go#L343
https://godoc.org/github.com/printesoi/xml-go#TagPathError.Error
TagPathErrorhttps://godoc.org/github.com/printesoi/xml-go#TagPathError
stringhttps://godoc.org/builtin#string
Tokenhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L62
https://godoc.org/github.com/printesoi/xml-go#Token
anyhttps://godoc.org/builtin#any
CopyTokenhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L123
https://godoc.org/github.com/printesoi/xml-go#CopyToken
Tokenhttps://godoc.org/github.com/printesoi/xml-go#Token
Tokenhttps://godoc.org/github.com/printesoi/xml-go#Token
TokenReaderhttps://github.com/printesoi/xml-go/blob/v1.0.1/xml.go#L152
https://godoc.org/github.com/printesoi/xml-go#TokenReader
Tokenhttps://godoc.org/github.com/printesoi/xml-go#Token
errorhttps://godoc.org/builtin#error
UnmarshalErrorhttps://github.com/printesoi/xml-go/blob/v1.0.1/read.go#L160
https://godoc.org/github.com/printesoi/xml-go#UnmarshalError
stringhttps://godoc.org/builtin#string
Errorhttps://github.com/printesoi/xml-go/blob/v1.0.1/read.go#L162
https://godoc.org/github.com/printesoi/xml-go#UnmarshalError.Error
UnmarshalErrorhttps://godoc.org/github.com/printesoi/xml-go#UnmarshalError
stringhttps://godoc.org/builtin#string
Unmarshalerhttps://github.com/printesoi/xml-go/blob/v1.0.1/read.go#L179
https://godoc.org/github.com/printesoi/xml-go#Unmarshaler
Decoderhttps://godoc.org/github.com/printesoi/xml-go#Decoder
StartElementhttps://godoc.org/github.com/printesoi/xml-go#StartElement
errorhttps://godoc.org/builtin#error
UnmarshalerAttrhttps://github.com/printesoi/xml-go/blob/v1.0.1/read.go#L191
https://godoc.org/github.com/printesoi/xml-go#UnmarshalerAttr
Attrhttps://godoc.org/github.com/printesoi/xml-go#Attr
errorhttps://godoc.org/builtin#error
UnsupportedTypeErrorhttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L1157
https://godoc.org/github.com/printesoi/xml-go#UnsupportedTypeError
reflecthttps://godoc.org/reflect
Typehttps://godoc.org/reflect#Type
Errorhttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go#L1161
https://godoc.org/github.com/printesoi/xml-go#UnsupportedTypeError.Error
UnsupportedTypeErrorhttps://godoc.org/github.com/printesoi/xml-go#UnsupportedTypeError
stringhttps://godoc.org/builtin#string
https://godoc.org/github.com/printesoi/xml-go#pkg-notes
https://godoc.org/github.com/printesoi/xml-go#pkg-note-BUG
https://godoc.org/github.com/printesoi/xml-go#section-sourcefiles
View all Source fileshttps://github.com/printesoi/xml-go/tree/v1.0.1
marshal.gohttps://github.com/printesoi/xml-go/blob/v1.0.1/marshal.go
namespacebinding.gohttps://github.com/printesoi/xml-go/blob/v1.0.1/namespacebinding.go
read.gohttps://github.com/printesoi/xml-go/blob/v1.0.1/read.go
typeinfo.gohttps://github.com/printesoi/xml-go/blob/v1.0.1/typeinfo.go
xml.gohttps://github.com/printesoi/xml-go/blob/v1.0.1/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://godoc.org/std
Sub-repositories https://godoc.org/golang.org/x
About Go Packages https://pkg.go.dev/about
pkg.go.dev API https://godoc.org/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.