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 TypeClassDescriptionclass
An XMLEventReader that can be configured with multiple ElementTransformers potentially changing the start and end elements returned by the reader.class
Not thread-safe.class
Class wraps another {code}XmlEventReader{code} to extract text from the XML that has been read.class
Exposes the events of the body of a fragment, but does not include any events for the start and end tags of the fragment.class
Exposes the events of the body of a fragment including the start and end element of the fragment.