Class StorageXhtmlTransformer
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.storage.StorageXhtmlTransformer
-
- All Implemented Interfaces:
Transformer
public class StorageXhtmlTransformer extends Object implements Transformer
-
-
Constructor Summary
Constructors Constructor Description StorageXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringtransform(Reader storage, ConversionContext conversionContext)Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point "ComponentParsing" begins.
-
-
-
Constructor Detail
-
StorageXhtmlTransformer
public StorageXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer)
-
-
Method Detail
-
transform
public String transform(Reader storage, ConversionContext conversionContext) throws XhtmlException
Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point "ComponentParsing" begins.- Specified by:
transformin interfaceTransformer- Returns:
- Throws:
XhtmlParsingException- if there is an error parsing the supplied editorFormat XHTML.XhtmlException- for all other transform errors.
-
-