type encoding/xml.CharData
12 uses
encoding/xml (current package)
marshal.go#L214: case CharData:
read.go#L232: case CharData:
read.go#L550: case CharData:
xml.go#L84: type CharData []byte
xml.go#L93: func (c CharData) Copy() CharData { return CharData(makeCopy(c)) }
xml.go#L124: case CharData:
xml.go#L579: return CharData(data), nil
xml.go#L709: return CharData(data), nil
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
xml_to_struct.go#L57: case xml.CharData:
xml_to_struct.go#L136: e.EncodeToken(xml.CharData([]byte(node.Text)))
![]() |
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. |