//
pkg.gl
Category
github.com/elastic/beats/v7
libbeat
common
encoding
xml
package
7.17.28
Repository:
https://github.com/elastic/beats.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
7
Dependents
8
Files
148 SLOC
#
Functions
NewDecoder
NewDecoder returns a new decoder that reads from r.
NewSafeReader
#
Structs
Decoder
A Decoder reads and decodes XML from an input stream.
SafeReader
A SafeReader escapes UTF control characters in the io.Reader it wraps, so that it can be fed to Go's xml parser.