Package com.atlassian.confluence.content.render.xhtml.transformers
package com.atlassian.confluence.content.render.xhtml.transformers
-
ClassDescriptionAn interface used to determine which fragment transformers need to be loaded from plugins, so that they can be used to compare pages.This can be thought of as the top-level Transformer since it includes the behaviour of writing out any events that have no specific handling configured.A factory class that can be used to construct a
DefaultFragmentTransformer
configured in a particular way.A FragmentTransformer that can be configured to transform individual Elements it reads.This is model class forEntityObjectReadyForExport.Reference
Handler that responds to problems in fragment transformation.Takes xhtml fragments for raw text elements (as a matching pair of elements) and returns it as a pair of open and close tags (as required by the HTML 5 spec).Takes xhtml fragments for void elements (either as empty elements or as a matching pair of elements) and returns it as a single self closing tag (as required by the HTML 5 spec).A FragmentTransformer which delegates to another FragmentTransformer identified by bean id.An transformer class used to access fragment transformers which are defined in plugins.Deprecated.A marker which indicates that Plugin transformer is compatible withBodyContentDataExporter
A Transformer that removes that apostrophe entity which is invalid in HTML.Just propagates the exception thrown in fragment transformation as a runtime exception.The base class for all exceptions arising from XHTML transformation.Parses one format and outputs as another.Transforms erroneous fragment into an error placeholder which can be displayed in the editor and on view.
ReferencesFromBodyContentExtractorMarkerV2
instead