type encoding/xml.Name
34 uses
encoding/xml (current package)
marshal.go#L119: MarshalXMLAttr(name Name) (Attr, error)
marshal.go#L315: tags []Name
marshal.go#L487: if v, ok := fv.Interface().(Name); ok && v.Local != "" {
marshal.go#L519: name := Name{Space: finfo.xmlns, Local: finfo.name}
marshal.go#L553: func (p *printer) marshalAttr(start *StartElement, name Name, val reflect.Value) error {
marshal.go#L662: p.tags = append(p.tags, Name{})
marshal.go#L730: func (p *printer) writeEnd(name Name) error {
marshal.go#L1013: if err := s.p.writeEnd(Name{Local: s.stack[i]}); err != nil {
marshal.go#L1024: if err := s.p.writeStart(&StartElement{Name: Name{Local: parents[i]}}); err != nil {
read.go#L439: if _, ok := fv.Interface().(Name); ok {
typeinfo.go#L49: var nameType = reflect.TypeOf(Name{})
xml.go#L43: type Name struct {
xml.go#L49: Name Name
xml.go#L59: Name Name
xml.go#L78: Name Name
xml.go#L216: toClose Name
xml.go#L351: func (d *Decoder) translate(n *Name, isElementName bool) {
xml.go#L388: name Name
xml.go#L459: func (d *Decoder) pushElement(name Name) {
xml.go#L588: var name Name
xml.go#L780: name Name
xml.go#L1154: func (d *Decoder) nsname() (name Name, ok bool) {
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
build.go#L25: root := NewXMLElement(xml.Name{})
build.go#L117: child := NewXMLElement(xml.Name{Local: tag.Get("locationName")})
build.go#L122: Name: xml.Name{Local: "xmlns"},
build.go#L188: xname := xml.Name{Local: tag.Get("locationName")}
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})
build.go#L307: xname := xml.Name{Local: tag.Get("locationName")}
xml_to_struct.go#L12: Name xml.Name `json:",omitempty"`
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. |