public class XMLSecurityEventReader extends Object implements XMLEventReader
| Constructor and Description |
|---|
XMLSecurityEventReader(Deque<XMLSecEvent> xmlSecEvents,
int fromIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getElementText() |
Object |
getProperty(String name) |
boolean |
hasNext() |
Object |
next() |
XMLEvent |
nextEvent() |
XMLEvent |
nextTag() |
XMLEvent |
peek() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic XMLSecurityEventReader(Deque<XMLSecEvent> xmlSecEvents, int fromIndex)
public XMLEvent nextEvent() throws XMLStreamException
nextEvent in interface XMLEventReaderXMLStreamExceptionpublic boolean hasNext()
hasNext in interface IteratorhasNext in interface XMLEventReaderpublic XMLEvent peek() throws XMLStreamException
peek in interface XMLEventReaderXMLStreamExceptionpublic String getElementText() throws XMLStreamException
getElementText in interface XMLEventReaderXMLStreamExceptionpublic XMLEvent nextTag() throws XMLStreamException
nextTag in interface XMLEventReaderXMLStreamExceptionpublic Object getProperty(String name) throws IllegalArgumentException
getProperty in interface XMLEventReaderIllegalArgumentExceptionpublic void close()
throws XMLStreamException
close in interface XMLEventReaderXMLStreamExceptionCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.