Home
last modified time | relevance | path

Searched defs:isNodeAfter (Results 1 – 5 of 5) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOM2Helper.java229 public static boolean isNodeAfter(Node node1, Node node2) in isNodeAfter() method in DOM2Helper
DDOMHelper.java204 public static boolean isNodeAfter(Node node1, Node node2) in isNodeAfter() method in DOMHelper
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java743 public boolean isNodeAfter(int firstNodeHandle, int secondNodeHandle); in isNodeAfter() method
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBase.java2113 public boolean isNodeAfter(int nodeHandle1, int nodeHandle2) in isNodeAfter() method in DTMDefaultBase
DDTMDocumentImpl.java1950 public boolean isNodeAfter(int nodeHandle1, int nodeHandle2) {return false;} in isNodeAfter() method in DTMDocumentImpl