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, wait
forEachRemaining
public XMLSecurityEventReader(Deque<XMLSecEvent> xmlSecEvents, int fromIndex)
public XMLEvent nextEvent() throws XMLStreamException
nextEvent
in interface XMLEventReader
XMLStreamException
public boolean hasNext()
hasNext
in interface Iterator
hasNext
in interface XMLEventReader
public XMLEvent peek() throws XMLStreamException
peek
in interface XMLEventReader
XMLStreamException
public String getElementText() throws XMLStreamException
getElementText
in interface XMLEventReader
XMLStreamException
public XMLEvent nextTag() throws XMLStreamException
nextTag
in interface XMLEventReader
XMLStreamException
public Object getProperty(String name) throws IllegalArgumentException
getProperty
in interface XMLEventReader
IllegalArgumentException
public void close() throws XMLStreamException
close
in interface XMLEventReader
XMLStreamException
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.