public class SkipRootElementXMLEventReader extends Object implements XMLEventReader
| Constructor and Description |
|---|
SkipRootElementXMLEventReader(XMLEventReader parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getElementText() |
Object |
getProperty(String arg0) |
boolean |
hasNext() |
Object |
next() |
XMLEvent |
nextEvent() |
XMLEvent |
nextTag() |
XMLEvent |
peek() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SkipRootElementXMLEventReader(XMLEventReader parent) throws XMLStreamException
XMLStreamExceptionpublic void close()
throws XMLStreamException
close in interface XMLEventReaderXMLStreamExceptionpublic String getElementText() throws XMLStreamException
getElementText in interface XMLEventReaderXMLStreamExceptionpublic Object getProperty(String arg0) throws IllegalArgumentException
getProperty in interface XMLEventReaderIllegalArgumentExceptionpublic boolean hasNext()
hasNext in interface IteratorhasNext in interface XMLEventReaderpublic XMLEvent nextEvent() throws XMLStreamException
nextEvent in interface XMLEventReaderXMLStreamExceptionpublic XMLEvent nextTag() throws XMLStreamException
nextTag in interface XMLEventReaderXMLStreamExceptionpublic XMLEvent peek() throws XMLStreamException
peek in interface XMLEventReaderXMLStreamExceptionCopyright © 2018 Siemens AG. All rights reserved.