type encoding/xml.StartElement
35 uses
encoding/xml (current package)
marshal.go#L104: MarshalXML(e *Encoder, start StartElement) error
marshal.go#L176: func (enc *Encoder) EncodeElement(v interface{}, start StartElement) error {
marshal.go#L206: case StartElement:
marshal.go#L408: func (p *printer) marshalValue(val reflect.Value, finfo *fieldInfo, startTemplate *StartElement) error {
marshal.go#L476: var start StartElement
marshal.go#L553: func (p *printer) marshalAttr(start *StartElement, name Name, val reflect.Value) error {
marshal.go#L638: func defaultStart(typ reflect.Type, finfo *fieldInfo, startTemplate *StartElement) StartElement {
marshal.go#L639: var start StartElement
marshal.go#L659: func (p *printer) marshalInterface(val Marshaler, start StartElement) error {
marshal.go#L679: func (p *printer) marshalTextInterface(val encoding.TextMarshaler, start StartElement) error {
marshal.go#L692: func (p *printer) writeStart(start *StartElement) error {
marshal.go#L1024: if err := s.p.writeStart(&StartElement{Name: Name{Local: parents[i]}}); err != nil {
read.go#L146: func (d *Decoder) DecodeElement(v interface{}, start *StartElement) error {
read.go#L175: UnmarshalXML(d *Decoder, start StartElement) error
read.go#L201: func (d *Decoder) unmarshalInterface(val Unmarshaler, start *StartElement) error {
read.go#L236: case StartElement:
read.go#L308: func (d *Decoder) unmarshal(val reflect.Value, start *StartElement) error {
read.go#L316: if t, ok := tok.(StartElement); ok {
read.go#L521: case StartElement:
read.go#L675: func (d *Decoder) unmarshalPath(tinfo *typeInfo, sv reflect.Value, parents []string, start *StartElement) (consumed bool, err error) {
read.go#L718: case StartElement:
read.go#L747: case StartElement:
xml.go#L58: type StartElement struct {
xml.go#L64: func (e StartElement) Copy() StartElement {
xml.go#L72: func (e StartElement) End() EndElement {
xml.go#L132: case StartElement:
xml.go#L306: case StartElement:
xml.go#L845: return StartElement{name, attr}, nil
github.com/aws/aws-sdk-go/private/protocol/query
unmarshal_error.go#L25: func (e *xmlResponseError) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil
xml_to_struct.go#L40: func XMLToStruct(d *xml.Decoder, s *xml.StartElement) (*XMLNode, error) {
xml_to_struct.go#L59: case xml.StartElement:
xml_to_struct.go#L133: e.EncodeToken(xml.StartElement{Name: node.Name, Attr: attrs})
golang.org/x/pkgsite/internal/source
meta-tags.go#L77: case xml.StartElement:
 |
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. |