Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unmarshalTextInterface (0.5 sec)

  1. src/encoding/xml/read.go

    	}
    
    	return nil
    }
    
    // unmarshalTextInterface unmarshals a single XML element into val.
    // The chardata contained in the element (but not its children)
    // is passed to the text unmarshaler.
    func (d *Decoder) unmarshalTextInterface(val encoding.TextUnmarshaler) error {
    	var buf []byte
    	depth := 1
    	for depth > 0 {
    		t, err := d.Token()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:04:28 UTC 2023
    - 22.4K bytes
    - Viewed (0)
Back to top