Home | History | Annotate | Download | only in ref

Lines Matching refs:DTMDefaultBase

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't
1771 /** @todo: implement this org.apache.xml.dtm.DTMDefaultBase abstract method */