Home | History | Annotate | Download | only in dtm

Lines Matching refs:DTMIterator

30  * DTMIterator objects, and manage the DTM objects in the system.
224 * Create a new <code>DTMIterator</code> based on an XPath
233 * @return The newly created <code>DTMIterator</code>.
235 public abstract DTMIterator createDTMIterator(Object xpathCompiler,
239 * Create a new <code>DTMIterator</code> based on an XPath
249 * @return The newly created <code>DTMIterator</code>.
251 public abstract DTMIterator createDTMIterator(String xpathString,
255 * Create a new <code>DTMIterator</code> based only on a whatToShow
274 * @return The newly created <code>DTMIterator</code>.
276 public abstract DTMIterator createDTMIterator(int whatToShow,
280 * Create a new <code>DTMIterator</code> that holds exactly one node.
282 * @param node The node handle that the DTMIterator will iterate to.
284 * @return The newly created <code>DTMIterator</code>.
286 public abstract DTMIterator createDTMIterator(int node);