HomeSort by relevance Sort by last modified time
    Searched refs:DTMNodeProxy (Results 1 - 4 of 4) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 31 import org.apache.xml.dtm.ref.DTMNodeProxy;
333 * Use DTMNodeProxy to determine whether two nodes are the same.
341 if (node1 instanceof DTMNodeProxy && node2 instanceof DTMNodeProxy)
342 return ((DTMNodeProxy)node1).equals((DTMNodeProxy)node2);
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMNodeProxy.java 19 * $Id: DTMNodeProxy.java 889881 2009-12-12 03:47:15Z zongaro $
50 * <code>DTMNodeProxy</code> presents a DOM Node API front-end to the DTM model.
58 * DTMNodeProxy may be subclassed further to present specific DOM node types.
63 public class DTMNodeProxy
81 * Create a DTMNodeProxy Node representing a specific Node in a DTM
86 public DTMNodeProxy(DTM dtm, int node)
124 DTMNodeProxy dtmp = (DTMNodeProxy) node;
149 // DTMNodeProxy dtmp = (DTMNodeProxy)node
    [all...]
DTMManagerDefault.java 496 if (node instanceof org.apache.xml.dtm.ref.DTMNodeProxy)
497 return ((org.apache.xml.dtm.ref.DTMNodeProxy) node).getDTMNodeNumber();
DTMDefaultBase.java     [all...]

Completed in 75 milliseconds