Searched refs:secondNodeHandle (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTM.java739 * @param secondNodeHandle DOM Node to perform position comparison on.
745 public boolean isNodeAfter(int firstNodeHandle, int secondNodeHandle); argument
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSimpleResultTreeImpl.java923 public boolean isNodeAfter(int firstNodeHandle, int secondNodeHandle) argument
925 return lessThan(firstNodeHandle, secondNodeHandle);
H A DAdaptiveResultTreeImpl.java1151 public boolean isNodeAfter(int firstNodeHandle, int secondNodeHandle) argument
1154 return _dom.isNodeAfter(firstNodeHandle, secondNodeHandle);
1157 return super.isNodeAfter(firstNodeHandle, secondNodeHandle);

Completed in 50 milliseconds