|
||||||||||
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.TextExtractingXmlFragmentEventReader
public class TextExtractingXmlFragmentEventReader
Class wraps another {code}XmlEventReader{code} to extract text from the XML that has been read.
Field Summary |
---|
Fields inherited from class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader |
---|
delegate |
Constructor Summary | |
---|---|
TextExtractingXmlFragmentEventReader(javax.xml.stream.XMLEventReader xmlEventReader)
|
Method Summary | |
---|---|
java.lang.String |
getText()
Returns the text with XML entities resolved. |
javax.xml.stream.events.XMLEvent |
nextEvent()
|
Methods inherited from class com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader |
---|
close, getElementText, getProperty, hasNext, next, nextTag, peek, remove |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextExtractingXmlFragmentEventReader(javax.xml.stream.XMLEventReader xmlEventReader) throws javax.xml.stream.XMLStreamException
javax.xml.stream.XMLStreamException
Method Detail |
---|
public javax.xml.stream.events.XMLEvent nextEvent() throws javax.xml.stream.XMLStreamException
nextEvent
in interface javax.xml.stream.XMLEventReader
nextEvent
in class ForwardingXmlEventReader
javax.xml.stream.XMLStreamException
public java.lang.String getText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |