Class StorageXhtmlTransformer
java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.StorageXhtmlTransformer
- All Implemented Interfaces:
Transformer
-
Constructor Summary
ConstructorsConstructorDescriptionStorageXhtmlTransformer
(XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer) -
Method Summary
Modifier and TypeMethodDescriptiontransform
(Reader storage, ConversionContext conversionContext) Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point "ComponentParsing" begins.
-
Constructor Details
-
StorageXhtmlTransformer
public StorageXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer)
-
-
Method Details
-
transform
Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point "ComponentParsing" begins.- Specified by:
transform
in interfaceTransformer
- Returns:
- Throws:
XhtmlParsingException
- if there is an error parsing the supplied editorFormat XHTML.XhtmlException
- for all other transform errors.
-