Home
last modified time | relevance | path

Searched refs:isSameNode (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_minidom.py497 self.confirm(a1.isSameNode(a2))
506 self.confirm(a1.isSameNode(a2))
580 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
586 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
588 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
594 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
595 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
613 self.confirm((not se.isSameNode(ce))
614 and (not ce.isSameNode(se))
625 self.confirm((not sn.isSameNode(cn))
[all …]
/external/python/cpython3/Lib/test/
Dtest_minidom.py591 self.confirm(a1.isSameNode(a2))
600 self.confirm(a1.isSameNode(a2))
706 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
712 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
714 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
720 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
721 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
739 self.confirm((not se.isSameNode(ce))
740 and (not ce.isSameNode(se))
751 self.confirm((not sn.isSameNode(cn))
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DDOM2DTMdefaultNamespaceDeclarationNode.java535 public boolean isSameNode(Node other) { in isSameNode() method in DOM2DTMdefaultNamespaceDeclarationNode
/external/python/cpython2/Lib/xml/dom/
Dminidom.py216 def isSameNode(self, other): member in Node
840 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
1587 assert childclone.ownerDocument.isSameNode(clone)
1817 if node.ownerDocument.isSameNode(newOwnerDocument):
/external/python/cpython3/Lib/xml/dom/
Dminidom.py218 def isSameNode(self, other): member in Node
922 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
1659 assert childclone.ownerDocument.isSameNode(clone)
1892 if node.ownerDocument.isSameNode(newOwnerDocument):
/external/apache-xml/src/main/java/org/apache/xml/utils/
DUnImplNode.java1600 public boolean isSameNode(Node other) { in isSameNode() method in UnImplNode
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemLiteralResult.java1121 public boolean isSameNode(Node other) { in isSameNode() method
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java1842 public boolean isSameNode(Node other) { in isSameNode() method in DTMNodeProxy
/external/python/cpython3/Doc/library/
Dxml.dom.rst346 .. method:: Node.isSameNode(other)
/external/python/cpython2/Doc/library/
Dxml.dom.rst359 .. method:: Node.isSameNode(other)
/external/python/cpython2/Misc/
DHISTORY7999 the isSameNode method; NamedNodeMap the get method.
/external/python/cpython3/Misc/
DHISTORY25378 the isSameNode method; NamedNodeMap the get method.