public class TextExtractingXmlFragmentEventReader extends ForwardingXmlEventReader
delegate
Constructor and Description |
---|
TextExtractingXmlFragmentEventReader(XMLEventReader xmlEventReader) |
Modifier and Type | Method and Description |
---|---|
String |
getText()
Returns the text with XML entities resolved.
|
XMLEvent |
nextEvent() |
close, getElementText, getProperty, hasNext, next, nextTag, peek, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public TextExtractingXmlFragmentEventReader(XMLEventReader xmlEventReader) throws XMLStreamException
XMLStreamException
public XMLEvent nextEvent() throws XMLStreamException
nextEvent
in interface XMLEventReader
nextEvent
in class ForwardingXmlEventReader
XMLStreamException
public String getText()
Copyright © 2003–2020 Atlassian. All rights reserved.