Home | History | Annotate | Download | only in dtm

Lines Matching defs:DTMManager

19  * $Id: DTMManager.java 468653 2006-10-28 07:07:05Z minchau $
29 * A DTMManager instance can be used to create DTM and
39 * of a DTMManager to use across multiple threads. This will allow sharing
48 public abstract class DTMManager
53 "org.apache.xml.dtm.DTMManager";
68 protected DTMManager(){}
93 * Obtain a new instance of a <code>DTMManager</code>.
96 * the <code>DTMManager</code> implementation class to
100 * Use the <code>org.apache.xml.dtm.DTMManager</code> system
113 * <code>META-INF/services/org.apache.xml.dtm.DTMManager</code>
117 * Use the default <code>DTMManager</code> classname, which is
123 * DTMManager</code> it can use the factory to configure
126 * @return new DTMManager instance, never null.
131 public static DTMManager newInstance(XMLStringFactory xsf)
134 DTMManager factoryImpl = null;
137 factoryImpl = (DTMManager) ObjectFactory
162 * always be returned. Otherwise it is up to the DTMManager to return a
313 * DTMManager is created
340 * DTMManager is created