encoding/xml.EndElement.Name (field)
10 uses
encoding/xml (current package)
marshal.go#L211: if err := p.writeEnd(t.Name); err != nil {
xml.go#L78: Name Name
xml.go#L333: d.translate(&t1.Name, true)
xml.go#L486: name := t.Name
xml.go#L494: d.toClose = t.Name
xml.go#L495: t.Name = s.name
xml.go#L531: if !ok || et.Name.Local != name {
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
xml_to_struct.go#L85: if s != nil && s.Name.Local == typed.Name.Local { // matching end token
xml_to_struct.go#L157: e.EncodeToken(xml.EndElement{Name: node.Name})
golang.org/x/pkgsite/internal/source
meta-tags.go#L74: if strings.EqualFold(t.Name.Local, "head") {
![]() |
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. |