Lines Matching refs:mDoc
266 Document mDoc;
271 mDoc = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument();
273 Node testPackageElem = mDoc.appendChild(mDoc.createElement(TAG_PACKAGE));
280 appendSuiteToElement(mDoc.getDocumentElement(), tc);
296 t.transform(new DOMSource(mDoc),
305 Collection<Node> suiteElems = getUnmutableChildNodes(mDoc.getDocumentElement());
433 Node caseNode = elem.appendChild(mDoc.createElement(TAG_TEST));
443 caseNode.appendChild(mDoc.createElement(TAG_DESCRIPTION))
458 Attr attr = mDoc.createAttribute(name);
490 Node suiteElem = parent.appendChild(mDoc.createElement(TAG_SUITE));
497 Node leafSuiteElem = parent.appendChild(mDoc.createElement(TAG_CASE));