encoding/xml.Decoder.nextByte (field)
8 uses
encoding/xml (current package)
xml.go#L218: nextByte int
xml.go#L232: nextByte: -1,
xml.go#L249: nextByte: -1,
xml.go#L906: if d.nextByte >= 0 {
xml.go#L907: b = byte(d.nextByte)
xml.go#L908: d.nextByte = -1
xml.go#L936: if d.nextByte >= 0 {
xml.go#L960: d.nextByte = int(b)
![]() |
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. |