Home | History | Annotate | Download | only in tests

Lines Matching defs:doc

33     doc = libxml2.parseDoc(input)
34 doc.saveFileTo(buf, 'UTF-8')
35 doc.freeDoc()
55 doc = libxml2.parseDoc(input)
59 doc.saveFormatFileTo(buf, 'UTF-8', i)
65 doc.freeDoc()
78 doc = libxml2.parseDoc(input)
80 buf.saveFileTo(doc, 'UTF-8')
88 buf.saveFormatFileTo(doc, 'UTF-8', 1)
94 doc.freeDoc()