Home | History | Annotate | Download | only in xml

Lines Matching full:startelement

128 func (d *Decoder) DecodeElement(v interface{}, start *StartElement) error {
157 UnmarshalXML(d *Decoder, start StartElement) error
183 func (p *Decoder) unmarshalInterface(val Unmarshaler, start *StartElement) error {
205 func (p *Decoder) unmarshalTextInterface(val encoding.TextUnmarshaler, start *StartElement) error {
218 case StartElement:
272 func (p *Decoder) unmarshal(val reflect.Value, start *StartElement) error {
280 if t, ok := tok.(StartElement); ok {
476 case StartElement:
612 func (p *Decoder) unmarshalPath(tinfo *typeInfo, sv reflect.Value, parents []string, start *StartElement) (consumed bool, err error) {
655 case StartElement:
684 case StartElement: