public class XmlFragmentEventReader extends ForwardingXmlEventReader
Modifier and Type | Field and Description |
---|---|
protected int |
count |
protected boolean |
startEventConsumed |
delegate
Constructor and Description |
---|
XmlFragmentEventReader(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Object |
getProperty(String name) |
boolean |
hasNext() |
Object |
next() |
XMLEvent |
nextEvent() |
XMLEvent |
nextTag() |
XMLEvent |
peek() |
getElementText, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public XmlFragmentEventReader(XMLEventReader xmlEventReader) throws XMLStreamException
XMLStreamException
public XMLEvent nextEvent() throws XMLStreamException
nextEvent
in interface XMLEventReader
nextEvent
in class ForwardingXmlEventReader
XMLStreamException
public boolean hasNext()
hasNext
in interface Iterator
hasNext
in interface XMLEventReader
hasNext
in class ForwardingXmlEventReader
public XMLEvent peek() throws XMLStreamException
peek
in interface XMLEventReader
peek
in class ForwardingXmlEventReader
XMLStreamException
public XMLEvent nextTag() throws XMLStreamException
nextTag
in interface XMLEventReader
nextTag
in class ForwardingXmlEventReader
XMLStreamException
public Object getProperty(String name) throws IllegalArgumentException
getProperty
in interface XMLEventReader
getProperty
in class ForwardingXmlEventReader
IllegalArgumentException
public void close() throws XMLStreamException
close
in interface XMLEventReader
close
in class ForwardingXmlEventReader
XMLStreamException
public Object next()
next
in interface Iterator
next
in class ForwardingXmlEventReader
Copyright © 2003–2020 Atlassian. All rights reserved.