de.odysseus.staxon.event
Class SimpleXMLEventReader
java.lang.Object
de.odysseus.staxon.event.SimpleXMLEventReader
- All Implemented Interfaces:
- Iterator, XMLEventReader
public class SimpleXMLEventReader
- extends Object
- implements XMLEventReader
Simple implementation of XMLEventReader.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleXMLEventReader
public SimpleXMLEventReader(XMLStreamReader delegate)
SimpleXMLEventReader
public SimpleXMLEventReader(XMLStreamReader delegate,
XMLEventAllocator allocator)
allocate
protected XMLEvent allocate()
throws XMLStreamException
- Throws:
XMLStreamException
close
public void close()
throws XMLStreamException
- Specified by:
close in interface XMLEventReader
- Throws:
XMLStreamException
getElementText
public String getElementText()
throws XMLStreamException
- Specified by:
getElementText in interface XMLEventReader
- Throws:
XMLStreamException
getProperty
public Object getProperty(String name)
- Specified by:
getProperty in interface XMLEventReader
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator- Specified by:
hasNext in interface XMLEventReader
nextEvent
public XMLEvent nextEvent()
throws XMLStreamException
- Specified by:
nextEvent in interface XMLEventReader
- Throws:
XMLStreamException
next
public Object next()
- Specified by:
next in interface Iterator
nextTag
public XMLEvent nextTag()
throws XMLStreamException
- Specified by:
nextTag in interface XMLEventReader
- Throws:
XMLStreamException
peek
public XMLEvent peek()
throws XMLStreamException
- Specified by:
peek in interface XMLEventReader
- Throws:
XMLStreamException
remove
public void remove()
- Specified by:
remove in interface Iterator
Copyright © 2011-2012. All Rights Reserved.