Lines Matching defs:mDoc
243 Document mDoc;
248 mDoc = DocumentBuilderFactory.newInstance().newDocumentBuilder().newDocument();
250 Node testPackageElem = mDoc.appendChild(mDoc.createElement(TAG_PACKAGE));
257 appendSuiteToElement(mDoc.getDocumentElement(), tc);
273 t.transform(new DOMSource(mDoc),
282 Collection<Node> suiteElems = getUnmutableChildNodes(mDoc.getDocumentElement());
410 Node caseNode = elem.appendChild(mDoc.createElement(TAG_TEST));
422 caseNode.appendChild(mDoc.createElement(TAG_DESCRIPTION))
437 Attr attr = mDoc.createAttribute(name);
469 Node suiteElem = parent.appendChild(mDoc.createElement(TAG_SUITE));
476 Node leafSuiteElem = parent.appendChild(mDoc.createElement(TAG_CASE));