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