HomeSort by relevance Sort by last modified time
    Searched defs:isSameNode (Results 1 - 25 of 56) sorted by null

1 2 3

  /libcore/luni/src/main/java/org/w3c/dom/
Node.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/
MockXmlNode.java 195 public boolean isSameNode(Node other) {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 195 * tested with <code>Node.isSameNode</code>. All nodes that are the same
535 public boolean isSameNode(Node other) {
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 1260 * tested with <code>Node.isSameNode</code>. All nodes that are the same
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 440 public boolean isSameNode(Node other) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 216 def isSameNode(self, other):
840 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 215 def isSameNode(self, other):
836 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py 216 def isSameNode(self, other):
840 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /external/python/cpython3/Lib/xml/dom/
minidom.py 217 def isSameNode(self, other):
897 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 216 def isSameNode(self, other):
843 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 216 def isSameNode(self, other):
843 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 216 def isSameNode(self, other):
843 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 216 def isSameNode(self, other):
843 if idAttr is None or not self.isSameNode(idAttr.ownerElement):
    [all...]
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8-dom.jar 
  /external/guice/extensions/persist/lib/
jaxen-1.1-beta-7.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.6/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.9.1/
xercesImpl-2.9.1.jar 

Completed in 786 milliseconds

1 2 3