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
- Version:
- $Revision: 1680217 $ $Date: 2015-05-19 11:38:08 +0200 (Tue, 19 May 2015) $
- Author:
- $Author: coheigea $
-
-
Constructor Summary
Constructors Constructor Description XMLSecurityEventReader(Deque<XMLSecEvent> xmlSecEvents, int fromIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StringgetElementText()ObjectgetProperty(String name)booleanhasNext()Objectnext()XMLEventnextEvent()XMLEventnextTag()XMLEventpeek()voidremove()-
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:
nextEventin interfaceXMLEventReader- Throws:
XMLStreamException
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<Object>- Specified by:
hasNextin interfaceXMLEventReader
-
peek
public XMLEvent peek() throws XMLStreamException
- Specified by:
peekin interfaceXMLEventReader- Throws:
XMLStreamException
-
getElementText
public String getElementText() throws XMLStreamException
- Specified by:
getElementTextin interfaceXMLEventReader- Throws:
XMLStreamException
-
nextTag
public XMLEvent nextTag() throws XMLStreamException
- Specified by:
nextTagin interfaceXMLEventReader- Throws:
XMLStreamException
-
getProperty
public Object getProperty(String name) throws IllegalArgumentException
- Specified by:
getPropertyin interfaceXMLEventReader- Throws:
IllegalArgumentException
-
close
public void close() throws XMLStreamException- Specified by:
closein interfaceXMLEventReader- Throws:
XMLStreamException
-
-