Home
last modified time | relevance | path

Searched defs:isSameNode (Results 1 – 6 of 6) sorted by relevance

/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/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/utils/
DUnImplNode.java1600 public boolean isSameNode(Node other) { in isSameNode() method in UnImplNode
/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/Lib/xml/dom/
Dminidom.py218 def isSameNode(self, other): member in Node
/external/python/cpython2/Lib/xml/dom/
Dminidom.py216 def isSameNode(self, other): member in Node