XMLEventReader

package javax.xml.stream;

public interface XMLEventReader extends XMLIterator {

  public XMLEvent peek() throws XMLStreamException;
  public String   getElementText() throws XMLStreamException;
  public XMLEvent nextTag() throws XMLStreamException;
  public Object   getProperty(java.lang.String name) 
   throws IllegalArgumentException;
  
}


Previous | Next | Top | Cafe con Leche

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