XMLIterator

package javax.xml.stream;

public interface XMLIterator {
 
  public XMLEvent next() throws XMLStreamException;
  public boolean  hasNext() throws XMLStreamException;
  
}




Previous | Next | Top | Cafe con Leche

Copyright 2000-2004 Elliotte Rusty Harold
elharo@metalab.unc.edu
Last Modified January 8, 2004