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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 33 * This class implements the traversers for DTMDefaultBase.
304 //%HZ%: Added reference to DTMDefaultBase.ROOTNODE back in, temporarily
305 if (node == DTMDefaultBase.ROOTNODE)
358 //%HZ%: Added reference to DTMDefaultBase.ROOTNODE back in, temporarily
359 if (node == DTMDefaultBase.ROOTNODE)
449 //%HZ%: Added reference to DTMDefaultBase.ROOTNODE back in, temporarily
450 if (node == DTMDefaultBase.ROOTNODE)
540 //%HZ%: Added reference to DTMDefaultBase.ROOTNODE back in, temporarily
541 if (node == DTMDefaultBase.ROOTNODE)
606 //%HZ%: Added reference to DTMDefaultBase.ROOTNODE back in, temporaril
    [all...]
DTMManagerDefault.java 106 * (And at the moment, that includes accessing it from DTMDefaultBase,
671 // Shortcut using DTMDefaultBase's extension hooks
673 if(dtm instanceof DTMDefaultBase)
675 DTMDefaultBase dtmdb=(DTMDefaultBase)dtm;
736 if(dtm instanceof DTMDefaultBase)
738 org.apache.xml.utils.SuballocatedIntVector ids=((DTMDefaultBase)dtm).getDTMIDs();
DTMDefaultBase.java 19 * $Id: DTMDefaultBase.java 468653 2006-10-28 07:07:05Z minchau $
40 * The <code>DTMDefaultBase</code> class serves as a helper base for DTMs.
44 public abstract class DTMDefaultBase implements DTM
156 * Construct a DTMDefaultBase object using the default block size.
167 public DTMDefaultBase(DTMManager mgr, Source source, int dtmIdentity,
176 * Construct a DTMDefaultBase object from a DOM node.
190 public DTMDefaultBase(DTMManager mgr, Source source, int dtmIdentity,
786 * %REVIEW% This might want to be moved up to DTMDefaultBase, or possibly
893 * any subclass of DTMDefaultBase to ever change the algorithm. (I don't
919 * any subclass of DTMDefaultBase to ever change the algorithm. (I don'
    [all...]
DTMDefaultBaseTraversers.java 33 * This class implements the traversers for DTMDefaultBase.
40 public abstract class DTMDefaultBaseTraversers extends DTMDefaultBase
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 41 * and DTMDefaultBase are overridden in SAX2DTM2 in order to allow fast, efficient
88 //%HZ%: Added reference to DTMDefaultBase.ROOTNODE back in, temporarily
89 if (node == DTMDefaultBase.ROOTNODE)
142 //%HZ%: Added reference to DTMDefaultBase.ROOTNODE back in, temporarily
143 if (node == DTMDefaultBase.ROOTNODE)
245 //%HZ%: Added reference to DTMDefaultBase.ROOTNODE back in, temporarily
246 if (node == DTMDefaultBase.ROOTNODE)
418 //%HZ%: Added reference to DTMDefaultBase.ROOTNODE back in, temporarily
419 if (node == DTMDefaultBase.ROOTNODE)
514 //%HZ%: Added reference to DTMDefaultBase.ROOTNODE back in, temporaril
    [all...]

Completed in 77 milliseconds