Searched refs:mydoc (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dxpathret.py11 mydoc = libxml2.newDoc("1.0") variable
14 global mydoc
19 parent = mydoc.newDocNode(None, 'p', None)
20 mydoc.addChild(parent)
21 node = mydoc.newDocText(str)
48 mydoc.freeDoc()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/python/tests/
H A Dxpathret.py11 mydoc = libxml2.newDoc("1.0") variable
14 global mydoc
19 parent = mydoc.newDocNode(None, 'p', None)
20 mydoc.addChild(parent)
21 node = mydoc.newDocText(str)
48 mydoc.freeDoc()

Completed in 77 milliseconds