Uses of Class
com.atlassian.confluence.content.render.xhtml.ForwardingXmlEventReader
-
Packages that use ForwardingXmlEventReader Package Description com.atlassian.confluence.content.render.xhtml -
-
Uses of ForwardingXmlEventReader in com.atlassian.confluence.content.render.xhtml
Subclasses of ForwardingXmlEventReader in com.atlassian.confluence.content.render.xhtml Modifier and Type Class Description classElementTransformingXmlEventReaderAn XMLEventReader that can be configured with multiple ElementTransformers potentially changing the start and end elements returned by the reader.classResettableXmlEventReaderNot thread-safe.classTextExtractingXmlFragmentEventReaderClass wraps another {code}XmlEventReader{code} to extract text from the XML that has been read.classXmlFragmentBodyEventReaderExposes the events of the body of a fragment, but does not include any events for the start and end tags of the fragment.classXmlFragmentEventReaderExposes the events of the body of a fragment including the start and end element of the fragment.
-