com.teamkonzept.dom4jb.saxon
Class DescendantAxisIterator

java.lang.Object
  |
  +--com.teamkonzept.dom4jb.saxon.DescendantAxisIterator
All Implemented Interfaces:
ContentIterator

public class DescendantAxisIterator
extends Object
implements ContentIterator

%TODO% der iterator sollte auf dom4jb.dom.Node Objekten arbeiten und sich das ganze hin u. her gecaste sparen. --> dom4jb.dom.Node so erweitern, daß man direkt an die Nodes ran kann.


Constructor Summary
DescendantAxisIterator(Node node)
           
 
Method Summary
 boolean hasNext()
           
 Node next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescendantAxisIterator

public DescendantAxisIterator(Node node)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface ContentIterator

next

public Node next()
Specified by:
next in interface ContentIterator


Copyright © 2001-2003 Team-Konzept GmbH & CO KG. All Rights Reserved.