Searched refs:dom (Results 1 – 10 of 10) sorted by relevance
21 import org.w3c.dom.Attr;22 import org.w3c.dom.Document;23 import org.w3c.dom.Element;24 import org.w3c.dom.Node;44 import javax.xml.transform.dom.DOMSource;132 Document dom; in main() local139 dom = db.newDocument(); in main()142 Element apiEle = dom.createElement(API_TAG); in main()143 Element pkgEle = dom.createElement(PACKAGE_TAG); in main()144 setAttribute(dom, pkgEle, ATTRIBUTE_NAME, NDK_PACKAGE_NAME); in main()[all …]
34 import org.w3c.dom.Document;35 import org.w3c.dom.Element;36 import org.w3c.dom.NodeList;113 Document dom = db.parse(getClass().getResourceAsStream("/cts_all_compat_config.xml")); in getExpectedCompatConfig() local114 Element root = dom.getDocumentElement(); in getExpectedCompatConfig()
80 import xml.dom.minidom;86 self.doc = xml.dom.minidom.parse(xmlfile)106 if child.nodeType == xml.dom.minidom.Node.ELEMENT_NODE:125 doc = xml.dom.minidom.Document()
19 from xml.dom import Node20 from xml.dom import minidom
26 import xml.dom.minidom as dom namespace
24 import org.w3c.dom.Document;25 import org.w3c.dom.Element;26 import org.w3c.dom.NodeList;129 Document dom = db.parse(apiFile.toURI().toString()); in parseXmlFile() local131 return dom; in parseXmlFile()
23 import org.w3c.dom.Element;24 import org.w3c.dom.Node;
21 from xml.dom import Node22 from xml.dom import minidom
20 import xml.dom.minidom as minidom
45 import org.w3c.dom.Document;46 import org.w3c.dom.Element;