type encoding/xml.Token
13 uses
encoding/xml (current package)
marshal.go#L202: func (enc *Encoder) EncodeToken(t Token) error {
read.go#L712: var tok Token
xml.go#L55: type Token interface{}
xml.go#L122: func CopyToken(t Token) Token {
xml.go#L152: Token() (Token, error)
xml.go#L217: nextToken Token
xml.go#L279: func (d *Decoder) Token() (Token, error) {
xml.go#L280: var t Token
xml.go#L522: func (d *Decoder) autoClose(t Token) (Token, bool) {
xml.go#L545: func (d *Decoder) RawToken() (Token, error) {
xml.go#L552: func (d *Decoder) rawToken() (Token, error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |