Searched defs:DTMDefaultBase (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBase.java19 * $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 class in inherits:DTM
156 * Construct a DTMDefaultBase object using the default block size.
167 public DTMDefaultBase(DTMManager mgr, Source source, int dtmIdentity, method in class:DTMDefaultBase
176 * Construct a DTMDefaultBase object from a DOM node.
190 public DTMDefaultBase(DTMManager mgr, Source source, int dtmIdentity, method in class:DTMDefaultBase
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 t
[all...]

Completed in 52 milliseconds