com.atlassian.confluence.content.render.xhtml
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, 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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
- Specified by:
hasNext
in interface XMLEventReader
- Overrides:
hasNext
in class XmlFragmentEventReader
close
public void close()
throws XMLStreamException
- Specified by:
close
in interface XMLEventReader
- Overrides:
close
in class XmlFragmentEventReader
- Throws:
XMLStreamException