Lines Matching full:libxml2
2 import libxml2
19 libxml2.debugMemory(1)
28 dtd = libxml2.parseDTD(None, 'test.dtd')
29 ctxt = libxml2.newValidCtxt()
34 doc = libxml2.parseDoc(valid)
42 doc = libxml2.parseDoc(invalid)
53 libxml2.cleanupParser()
54 if libxml2.debugMemory(1) == 0:
57 print("Memory leak %d bytes" % (libxml2.debugMemory(1)))
58 libxml2.dumpMemory()