Home | History | Annotate | Download | only in testing

Lines Matching refs:isDocumentNode

433     const TreeScope* treeScope1 = node1->isDocumentNode() ? static_cast<const TreeScope*>(toDocument(node1)) :
435 const TreeScope* treeScope2 = node2->isDocumentNode() ? static_cast<const TreeScope*>(toDocument(node2)) :
1822 } else if (node->isDocumentNode()) {