encoding/xml.printer.tags (field)
19 uses
encoding/xml (current package)
marshal.go#L315: tags []Name
marshal.go#L662: p.tags = append(p.tags, Name{})
marshal.go#L663: n := len(p.tags)
marshal.go#L671: if len(p.tags) > n {
marshal.go#L672: return fmt.Errorf("xml: %s.MarshalXML wrote invalid XML: <%s> not closed", receiverType(val), p.tags[len(p.tags)-1].Local)
marshal.go#L674: p.tags = p.tags[:n-1]
marshal.go#L697: p.tags = append(p.tags, start.Name)
marshal.go#L734: if len(p.tags) == 0 || p.tags[len(p.tags)-1].Local == "" {
marshal.go#L737: if top := p.tags[len(p.tags)-1]; top != name {
marshal.go#L743: p.tags = p.tags[:len(p.tags)-1]
![]() |
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. |