Searched refs:getOwnerDocument (Results 1 – 25 of 28) sorted by relevance
12
85 ownerDoc = docType.getOwnerDocument(); in testGetOwnerDocument1()103 ownerDocDoc = newDoc.getOwnerDocument(); in testGetOwnerDocument2()107 ownerDocElem = newElem.getOwnerDocument(); in testGetOwnerDocument2()
116 ownerDocument = aNode.getOwnerDocument(); in _testImportNode1()147 ownerDocument = aNode.getOwnerDocument(); in testImportNode2()169 ownerDocument = aNode.getOwnerDocument(); in testImportNode3()218 ownerDocument = aNode.getOwnerDocument(); in testImportNode5()290 ownerDocument = aNode.getOwnerDocument(); in testImportNode8()348 ownerDocument = aNode.getOwnerDocument(); in testImportNode10()457 ownerDocument = aNode.getOwnerDocument(); in testImportNode14()481 ownerDocument = aNode.getOwnerDocument(); in testImportNode15()
102 ownerDocument = newDocType.getOwnerDocument(); in testCreateDocumentType1()141 ownerDocument = newDocType.getOwnerDocument(); in testCreateDocumentType2()178 ownerDocument = newDocType.getOwnerDocument(); in testCreateDocumentType4()
71 ownerDocument = (DocumentType) doc.getOwnerDocument(); in testGetOwnerDocument()
85 ownerDocDoc = newDoc.getOwnerDocument(); in runTest()88 ownerDocElem = newElem.getOwnerDocument(); in runTest()
68 ownerDocument = (DocumentType) doc.getOwnerDocument(); in runTest()
80 ownerDoc = docType.getOwnerDocument(); in runTest()
85 ownerDocument = aNode.getOwnerDocument(); in runTest()
82 ownerDocument = aNode.getOwnerDocument(); in runTest()
86 ownerDocument = aNode.getOwnerDocument(); in runTest()
81 ownerDocument = aNode.getOwnerDocument(); in runTest()
89 ownerDocument = aNode.getOwnerDocument(); in runTest()
87 ownerDocument = aNode.getOwnerDocument(); in runTest()
84 ownerDocument = aNode.getOwnerDocument(); in runTest()
89 ownerDocument = newDocType.getOwnerDocument(); in runTest()
88 ownerDocument = entity1.getOwnerDocument(); in runTest()
108 ownerDocument = newDocType.getOwnerDocument(); in runTest()
89 ownerDocument = entity1.getOwnerDocument(); in runTest()
100 ownerDocument = aNode.getOwnerDocument(); in runTest()
62 ownerDocument = doc.getOwnerDocument(); in runTest()
64 ownerDocument = doc.getOwnerDocument(); in runTest()
67 ownerDocument = docNode.getOwnerDocument(); in runTest()
74 ownerDocument = docNode.getOwnerDocument(); in runTest()
274 public Document getOwnerDocument(); in getOwnerDocument() method