Home | History | Annotate | Download | only in dom

Lines Matching refs:ownerDocument

97         Document ownerDocument;
116 ownerDocument = aNode.getOwnerDocument();
117 docType = ownerDocument.getDoctype();
139 Document ownerDocument;
147 ownerDocument = aNode.getOwnerDocument();
148 assertNotNull("ownerDocumentNotNull", ownerDocument);
149 docType = ownerDocument.getDoctype();
161 Document ownerDocument;
169 ownerDocument = aNode.getOwnerDocument();
170 assertNotNull("ownerDocumentNotNull", ownerDocument);
171 docType = ownerDocument.getDoctype();
205 Document ownerDocument;
218 ownerDocument = aNode.getOwnerDocument();
219 docType = ownerDocument.getDoctype();
281 Document ownerDocument;
290 ownerDocument = aNode.getOwnerDocument();
291 docType = ownerDocument.getDoctype();
305 // Document ownerDocument;
318 // ownerDocument = entity1.getOwnerDocument();
319 // docType = ownerDocument.getDoctype();
338 Document ownerDocument;
348 ownerDocument = aNode.getOwnerDocument();
349 docType = ownerDocument.getDoctype();
387 // Document ownerDocument;
400 // ownerDocument = entity1.getOwnerDocument();
401 // docType = ownerDocument.getDoctype();
421 // Document ownerDocument;
432 // ownerDocument = aNode.getOwnerDocument();
433 // docType = ownerDocument.getDoctype();
447 Document ownerDocument;
457 ownerDocument = aNode.getOwnerDocument();
458 assertNotNull("ownerDocumentNotNull", ownerDocument);
459 docType = ownerDocument.getDoctype();
473 Document ownerDocument;
481 ownerDocument = aNode.getOwnerDocument();
482 assertNotNull("ownerDocumentNotNull", ownerDocument);
483 docType = ownerDocument.getDoctype();