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) {