func github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil.NewXMLElement
10 uses
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil (current package)
build.go#L25: root := NewXMLElement(xml.Name{})
build.go#L117: child := NewXMLElement(xml.Name{Local: tag.Get("locationName")})
build.go#L191: child := NewXMLElement(xname)
build.go#L198: list := NewXMLElement(xname)
build.go#L207: child := NewXMLElement(xml.Name{Local: iname})
build.go#L227: maproot := NewXMLElement(xml.Name{Local: tag.Get("locationName")})
build.go#L251: child := NewXMLElement(xml.Name{Local: "entry"})
build.go#L256: kchild := NewXMLElement(xml.Name{Local: kname})
build.go#L258: vchild := NewXMLElement(xml.Name{Local: vname})
xml_to_struct.go#L22: func NewXMLElement(name xml.Name) *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. |