Class ForwardingXmlEventReader
java.lang.Object
com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
- All Implemented Interfaces:
- Iterator<Object>,- XMLEventReader
- Direct Known Subclasses:
- ElementTransformingXmlEventReader,- ResettableXmlEventReader,- TextExtractingXmlFragmentEventReader,- XmlFragmentEventReader
Class delegates all calls to an {code}XMLEventReader{code} passed to the constructor.
- 
Field Details- 
delegate
 
- 
- 
Constructor Details- 
ForwardingXmlEventReader
 
- 
- 
Method Details- 
nextEvent- Specified by:
- nextEventin interface- XMLEventReader
- Throws:
- XMLStreamException
 
- 
hasNextpublic boolean hasNext()- Specified by:
- hasNextin interface- Iterator<Object>
- Specified by:
- hasNextin interface- XMLEventReader
 
- 
peek- Specified by:
- peekin interface- XMLEventReader
- Throws:
- XMLStreamException
 
- 
getElementText- Specified by:
- getElementTextin interface- XMLEventReader
- Throws:
- XMLStreamException
 
- 
nextTag- Specified by:
- nextTagin interface- XMLEventReader
- Throws:
- XMLStreamException
 
- 
getProperty- Specified by:
- getPropertyin interface- XMLEventReader
- Throws:
- IllegalArgumentException
 
- 
close- Specified by:
- closein interface- XMLEventReader
- Throws:
- XMLStreamException
 
- 
next
- 
removepublic void remove()
 
-