Uses of Interface
org.apache.xml.utils.DTMIterator

Packages that use DTMIterator
org.apache.xml.utils Implementation of Xalan utility classes. 
 

Uses of DTMIterator in org.apache.xml.utils
 

Methods in org.apache.xml.utils that return DTMIterator
 DTMIterator DTMIterator.cloneWithReset()
          Get a cloned Iterator that is reset to the start of the iteration.
abstract  DTMIterator DTMManager.createDTMIterator(java.lang.Object xpathCompiler, int pos)
          Create a new DTMIterator based on an XPath UnionExpr.
abstract  DTMIterator DTMManager.createDTMIterator(java.lang.String xpathString, PrefixResolver presolver)
          Create a new DTMIterator based on an XPath UnionExpr.
abstract  DTMIterator DTMManager.createDTMIterator(int whatToShow, DTMFilter filter, boolean entityReferenceExpansion)
          Create a new DTMIterator based only on a whatToShow and a DTMFilter.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.