type encoding/xml.EndElement
17 uses
encoding/xml (current package)
marshal.go#L210: case EndElement:
read.go#L238: case EndElement:
read.go#L541: case EndElement:
read.go#L728: case EndElement:
read.go#L751: case EndElement:
xml.go#L72: func (e StartElement) End() EndElement {
xml.go#L73: return EndElement{e.Name}
xml.go#L77: type EndElement struct {
xml.go#L332: case EndElement:
xml.go#L484: func (d *Decoder) popElement(t *EndElement) bool {
xml.go#L530: et, ok := t.(EndElement)
xml.go#L532: return EndElement{d.stk.name}, true
xml.go#L564: return EndElement{d.toClose}, nil
xml.go#L603: return EndElement{name}, nil
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
xml_to_struct.go#L84: case xml.EndElement:
xml_to_struct.go#L157: e.EncodeToken(xml.EndElement{Name: node.Name})
golang.org/x/pkgsite/internal/source
meta-tags.go#L73: case xml.EndElement:
![]() |
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. |