API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.stream.util. EventReaderDelegate View Source
Author(s)
Copyright (c) 2003 by BEA Systems. All Rights Reserved.
Since
1.6
Version
1.0
Serial
Hierarchy
 Object
      EventReaderDelegate
Implements
 XMLEventReader
Subclasses
Description
public class EventReaderDelegate
  This is the base class for deriving an XMLEventReader filter.
Constructors
public EventReaderDelegate ()
Construct an empty filter with no parent.
public EventReaderDelegate (XMLEventReader reader)
  Construct an filter with the specified parent.
Methods
Hide/Show inherited methods
public void close () throws XMLStreamException [Specified in XMLEventReader]
public String getElementText () throws XMLStreamException [Specified in XMLEventReader]
public XMLEventReader getParent ()
  Get the parent of this instance.
public Object getProperty (String name) throws IllegalArgumentException [Specified in XMLEventReader]
public boolean hasNext () [Specified in XMLEventReader]
public Object next ()
public XMLEvent nextEvent () throws XMLStreamException [Specified in XMLEventReader]
public XMLEvent nextTag () throws XMLStreamException [Specified in XMLEventReader]
public XMLEvent peek () throws XMLStreamException [Specified in XMLEventReader]
public void remove ()
public void setParent (XMLEventReader reader)
  Set the parent of this instance.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar