Searched refs:dom (Results 1 – 6 of 6) sorted by relevance
24 #define domain_val(dom,type) ((type) << (2*(dom))) argument29 #define modify_domain(dom,type) do { } while (0) argument
21 import xml.dom.minidom55 doc = xml.dom.minidom.parse(file_path)69 doc = xml.dom.minidom.parseString(xml_string)77 if element.nodeType != xml.dom.Node.ELEMENT_NODE:
21 import xml.dom.minidom
26 import xml.dom.minidom65 self._dom = xml.dom.minidom.parse(self._manifest_path)
17 import xml.dom.minidom64 doc = xml.dom.minidom.parse(file_path)
19 import org.w3c.dom.css.Rect;