NetKernel APIs


org.ten60.netkernel.xml.xda
Interface IXDAReadOnlyIterator

All Superinterfaces:
IXDAReadOnly
All Known Implementing Classes:
DOMXDA

public interface IXDAReadOnlyIterator
extends IXDAReadOnly

An IXDA that can move over a set of context nodes with in document


Method Summary
 String getCurrentXPath()
          return an xpath representation of the current context node
 boolean hasNext()
          return true if there are more context nodes to move to
 boolean next()
          move to next context node, returns true if successful, false if there are no more nodes
 
Methods inherited from interface org.ten60.netkernel.xml.xda.IXDAReadOnly
eval, getText, isTrue, readOnlyIterator, serialize, serialize
 

Method Detail

hasNext

public boolean hasNext()
return true if there are more context nodes to move to


next

public boolean next()
move to next context node, returns true if successful, false if there are no more nodes


getCurrentXPath

public String getCurrentXPath()
return an xpath representation of the current context node


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.