Home | History | Annotate | Download | only in xml

Lines Matching refs:NewDecoder

171 	d := NewDecoder(strings.NewReader(testInput))
226 d := NewDecoder(strings.NewReader(nonStrictInput))
250 d := NewDecoder(strings.NewReader(testInputAltEncoding))
261 d := NewDecoder(strings.NewReader(testInputAltEncoding))
362 d := NewDecoder(strings.NewReader(nestedDirectivesInput))
376 d := NewDecoder(strings.NewReader(testInput))
392 d := NewDecoder(strings.NewReader(xmlInput[i]))
499 d := NewDecoder(strings.NewReader(data))
525 d := NewDecoder(strings.NewReader(test[0]))
575 d := NewDecoder(strings.NewReader(testInput))
590 d := NewDecoder(strings.NewReader(input))
601 d := NewDecoder(strings.NewReader(input))
612 d := NewDecoder(strings.NewReader(input))
639 d := NewDecoder(strings.NewReader(tt.in))
701 d := NewDecoder(strings.NewReader(directivesWithCommentsInput))