Searched defs:isSameNode (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DDefaultNode.java187 public boolean isSameNode(Node other){ method in class:DefaultNode
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/domapi/
H A DXPathNamespaceImpl.java291 public boolean isSameNode(Node other) { method in class:XPathNamespaceImpl
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java197 * tested with <code>Node.isSameNode</code>. All nodes that are the same
537 public boolean isSameNode(Node other) { method in class:DOM2DTMdefaultNamespaceDeclarationNode
/openjdk7/jaxp/src/org/w3c/dom/
H A DNode.java788 public boolean isSameNode(Node other); method in interface:Node
835 * tested with <code>Node.isSameNode()</code>. All nodes that are the
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DNodeImpl.java1377 public boolean isSameNode(Node other) { method in class:NodeImpl
1659 * tested with <code>Node.isSameNode</code>. All nodes that are the same
/openjdk7/jdk/src/share/classes/javax/imageio/metadata/
H A DIIOMetadataNode.java1043 public boolean isSameNode(Node node) throws DOMException { method in class:IIOMetadataNode
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPPartImpl.java750 public boolean isSameNode(org.w3c.dom.Node other) { method in class:SOAPPartImpl
751 return document.isSameNode(other);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNodeProxy.java1671 * tested with <code>Node.isSameNode</code>. All nodes that are the same
2017 public boolean isSameNode(Node other) { method in class:DTMNodeProxy
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DUnImplNode.java1335 * tested with <code>Node.isSameNode</code>. All nodes that are the same
1674 public boolean isSameNode(Node other) { method in class:UnImplNode

Completed in 58 milliseconds