|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader com.atlassian.confluence.content.render.xhtml.XmlFragmentEventReader com.atlassian.confluence.content.render.xhtml.XmlFragmentBodyEventReader
public class XmlFragmentBodyEventReader
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 | |
---|---|
void |
close()
|
boolean |
hasNext()
|
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 |
Method Detail |
---|
public boolean hasNext()
hasNext
in interface java.util.Iterator
hasNext
in interface javax.xml.stream.XMLEventReader
hasNext
in class XmlFragmentEventReader
public void close() throws javax.xml.stream.XMLStreamException
close
in interface javax.xml.stream.XMLEventReader
close
in class XmlFragmentEventReader
javax.xml.stream.XMLStreamException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |