Class XMLSecurityEventReader
- java.lang.Object
-
- org.apache.xml.security.stax.impl.XMLSecurityEventReader
-
- All Implemented Interfaces:
Iterator<Object>
,XMLEventReader
public class XMLSecurityEventReader extends Object implements XMLEventReader
-
-
Constructor Summary
Constructors Constructor Description XMLSecurityEventReader(Deque<XMLSecEvent> xmlSecEvents, int fromIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
String
getElementText()
Object
getProperty(String name)
boolean
hasNext()
Object
next()
XMLEvent
nextEvent()
XMLEvent
nextTag()
XMLEvent
peek()
void
remove()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
XMLSecurityEventReader
public XMLSecurityEventReader(Deque<XMLSecEvent> xmlSecEvents, int fromIndex)
-
-
Method Detail
-
nextEvent
public XMLEvent nextEvent() throws XMLStreamException
- Specified by:
nextEvent
in interfaceXMLEventReader
- Throws:
XMLStreamException
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<Object>
- Specified by:
hasNext
in interfaceXMLEventReader
-
peek
public XMLEvent peek() throws XMLStreamException
- Specified by:
peek
in interfaceXMLEventReader
- Throws:
XMLStreamException
-
getElementText
public String getElementText() throws XMLStreamException
- Specified by:
getElementText
in interfaceXMLEventReader
- Throws:
XMLStreamException
-
nextTag
public XMLEvent nextTag() throws XMLStreamException
- Specified by:
nextTag
in interfaceXMLEventReader
- Throws:
XMLStreamException
-
getProperty
public Object getProperty(String name) throws IllegalArgumentException
- Specified by:
getProperty
in interfaceXMLEventReader
- Throws:
IllegalArgumentException
-
close
public void close() throws XMLStreamException
- Specified by:
close
in interfaceXMLEventReader
- Throws:
XMLStreamException
-
-