github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil.XMLNode.AddChild (method)
10 uses
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil (current package)
build.go#L172: current.AddChild(child)
build.go#L192: current.AddChild(child)
build.go#L199: current.AddChild(list)
build.go#L208: list.AddChild(child)
build.go#L228: current.AddChild(maproot)
build.go#L252: mapcur.AddChild(child)
build.go#L259: mapcur.AddChild(kchild)
build.go#L260: mapcur.AddChild(vchild)
build.go#L312: current.AddChild(&XMLNode{Name: xname, Text: str})
xml_to_struct.go#L31: func (n *XMLNode) AddChild(child *XMLNode) {
![]() |
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. |