Uses of Class
org.dom4j.tree.FilterIterator

Packages that use FilterIterator
org.dom4j.tree Contains the default implementations of the dom4j Document Object Model together with some helpful base classes for those wishing to implement their own document object model. 
 

Uses of FilterIterator in org.dom4j.tree
 

Subclasses of FilterIterator in org.dom4j.tree
 class ElementIterator
          ElementIterator is a filtering Iterator which filters out objects which do not implement the Element interface.
 class ElementNameIterator
          ElementNameIterator is a filtering Iterator which filters out objects which do not implement the Element interface and are not of the correct element name.
 class ElementQNameIterator
          ElementQNameIterator is a filtering Iterator which filters out objects which do not implement the Element interface and are not of the correct fully qualified element name.
 



Copyright © 2002-2003 MetaStuff Ltd.. All Rights Reserved.