Searched refs:DTMNodeProxy (Results 1 – 4 of 4) sorted by relevance
63 public class DTMNodeProxy class86 public DTMNodeProxy(DTM dtm, int node) in DTMNodeProxy() method in DTMNodeProxy124 DTMNodeProxy dtmp = (DTMNodeProxy) node; in equals()170 if (!(other instanceof DTMNodeProxy)) in sameNodeAs()173 DTMNodeProxy that = (DTMNodeProxy) other; in sameNodeAs()
496 if (node instanceof org.apache.xml.dtm.ref.DTMNodeProxy) in getDTMHandleFromNode()497 return ((org.apache.xml.dtm.ref.DTMNodeProxy) node).getDTMNodeNumber(); in getDTMHandleFromNode()
2218 return new DTMNodeProxy(this, nodeHandle); in getNode()
31 import org.apache.xml.dtm.ref.DTMNodeProxy;341 if (node1 instanceof DTMNodeProxy && node2 instanceof DTMNodeProxy) in isNodeTheSame()342 return ((DTMNodeProxy)node1).equals((DTMNodeProxy)node2); in isNodeTheSame()