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

/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/
H A DDOMUtils.java262 public static boolean nodesEqual(Node thisNode, Node otherNode) { argument
263 if (thisNode == otherNode) {
266 if (thisNode.getNodeType() != otherNode.getNodeType()) {

Completed in 289 milliseconds