encoding/xml.Decoder.ungetc (method)

14 uses

	encoding/xml (current package)
		xml.go#L574: 		d.ungetc(b)
		xml.go#L777: 	d.ungetc(b)
		xml.go#L811: 		d.ungetc(b)
		xml.go#L829: 			d.ungetc(b)
		xml.go#L863: 	d.ungetc(b)
		xml.go#L875: 			d.ungetc(b)
		xml.go#L892: 			d.ungetc(b)
		xml.go#L956: func (d *Decoder) ungetc(b byte) {
		xml.go#L1010: 			d.ungetc('<')
		xml.go#L1053: 					d.ungetc(b)
		xml.go#L1064: 				d.ungetc(b)
		xml.go#L1074: 					d.ungetc(b)
		xml.go#L1196: 		d.ungetc(b)
		xml.go#L1206: 			d.ungetc(b)