Class XmlFragmentBodyEventReader
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
-
- com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
-
- com.atlassian.confluence.content.render.xhtml.XmlFragmentBodyEventReader
-
- All Implemented Interfaces:
Iterator<Object>,XMLEventReader
public class XmlFragmentBodyEventReader extends XmlFragmentEventReader
Exposes the events of the body of a fragment, but does not include any events for the start and end tags of the fragment.
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
count, startEventConsumed
-
Fields inherited from class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
delegate
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()-
Methods inherited from class com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader
getProperty, next, nextEvent, nextTag, peek
-
Methods inherited from class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
getElementText, 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
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<Object>- Specified by:
hasNextin interfaceXMLEventReader- Overrides:
hasNextin classXmlFragmentEventReader
-
close
public void close() throws XMLStreamException- Specified by:
closein interfaceXMLEventReader- Overrides:
closein classXmlFragmentEventReader- Throws:
XMLStreamException
-
-