/external/python/cpython2/Lib/test/ |
D | test_minidom.py | 497 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/ |
D | test_minidom.py | 591 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/ |
D | DOM2DTMdefaultNamespaceDeclarationNode.java | 535 public boolean isSameNode(Node other) { in isSameNode() method in DOM2DTMdefaultNamespaceDeclarationNode
|
/external/python/cpython2/Lib/xml/dom/ |
D | minidom.py | 216 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/ |
D | minidom.py | 218 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/ |
D | UnImplNode.java | 1600 public boolean isSameNode(Node other) { in isSameNode() method in UnImplNode
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemLiteralResult.java | 1121 public boolean isSameNode(Node other) { in isSameNode() method
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMNodeProxy.java | 1842 public boolean isSameNode(Node other) { in isSameNode() method in DTMNodeProxy
|
/external/python/cpython3/Doc/library/ |
D | xml.dom.rst | 346 .. method:: Node.isSameNode(other)
|
/external/python/cpython2/Doc/library/ |
D | xml.dom.rst | 359 .. method:: Node.isSameNode(other)
|
/external/guice/extensions/persist/lib/ |
D | jaxen-1.1-beta-7.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jaxen/
org/ ... |
/external/cldr/tools/java/libs/ |
D | xercesImpl.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
org/
... |
/external/guice/extensions/struts2/lib/ |
D | struts2-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/python/cpython2/Misc/ |
D | HISTORY | 7999 the isSameNode method; NamedNodeMap the get method.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 25378 the isSameNode method; NamedNodeMap the get method.
|