Home
last modified time | relevance | path

Searched refs:isSameNode (Results 1 – 16 of 16) 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.py590 self.confirm(a1.isSameNode(a2))
599 self.confirm(a1.isSameNode(a2))
705 self.confirm(not (doc.isSameNode(doc2) or doc2.isSameNode(doc)),
711 self.confirm(doc2.documentElement.ownerDocument.isSameNode(doc2),
713 self.confirm(not doc.documentElement.isSameNode(doc2.documentElement),
719 self.confirm(doc2.doctype.ownerDocument.isSameNode(doc2))
720 self.confirm(not doc.doctype.isSameNode(doc2.doctype))
738 self.confirm((not se.isSameNode(ce))
739 and (not ce.isSameNode(se))
750 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/cpython3/Lib/xml/dom/
Dminidom.py217 def isSameNode(self, other): member in Node
897 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
1634 assert childclone.ownerDocument.isSameNode(clone)
1862 if node.ownerDocument.isSameNode(newOwnerDocument):
/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/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/owasp/sanitizer/tools/findbugs/lib/
Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META ...
/external/guice/extensions/persist/lib/
Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/ ...
/external/cldr/tools/java/libs/
DxercesImpl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ ...
/external/guice/extensions/struts2/lib/
Dstruts2-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/python/cpython2/Misc/
DHISTORY7999 the isSameNode method; NamedNodeMap the get method.
/external/python/cpython3/Misc/
DHISTORY25378 the isSameNode method; NamedNodeMap the get method.