Searched defs:StartElement (Results 1 – 4 of 4) sorted by relevance
/prebuilts/go/linux-x86/src/encoding/xml/ |
D | read.go | 147 func (d *Decoder) DecodeElement(v any, start *StartElement) error { 180 UnmarshalXML(d *Decoder, start StartElement) error 206 func (d *Decoder) unmarshalInterface(val Unmarshaler, start *StartElement) error { 321 func (d *Decoder) unmarshal(val reflect.Value, start *StartElement, depth int) error { 694 …unmarshalPath(tinfo *typeInfo, sv reflect.Value, parents []string, start *StartElement, depth int)…
|
D | example_marshaling_test.go | 22 func (a *Animal) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error { 39 func (a Animal) MarshalXML(e *xml.Encoder, start xml.StartElement) error {
|
D | xml.go | 55 type StartElement struct { struct 56 Name Name 57 Attr []Attr 61 func (e StartElement) Copy() StartElement { 69 func (e StartElement) End() EndElement {
|
D | marshal.go | 109 MarshalXML(e *Encoder, start StartElement) error 665 func defaultStart(typ reflect.Type, finfo *fieldInfo, startTemplate *StartElement) StartElement {
|