Lines Matching full:doc
11 doc = ctxt.doc() variable
14 if doc.name != "valid.xml":
15 print("doc.name failed")
17 root = doc.children
18 if root.name != "doc":
24 doc.freeDoc()
31 doc = ctxt.doc() variable
33 doc.freeDoc()
48 doc = ctxt.doc() variable
50 if doc.name != "invalid.xml":
51 print("doc.name failed")
53 root = doc.children
54 if root.name != "doc":
60 doc.freeDoc()
67 doc = ctxt.doc() variable
69 doc.freeDoc()