Class StorageXhtmlTransformer
java.lang.Object
com.atlassian.confluence.content.render.xhtml.storage.StorageXhtmlTransformer
- All Implemented Interfaces:
- Transformer
- 
Constructor SummaryConstructorsConstructorDescriptionStorageXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer) 
- 
Method SummaryModifier 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- 
StorageXhtmlTransformerpublic StorageXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer) 
 
- 
- 
Method Details- 
transformBegin parsing the supplied Reader, ignore all elements until the body is encountered, at which point "ComponentParsing" begins.- Specified by:
- transformin interface- Transformer
- Parameters:
- storage-
- conversionContext-
- Returns:
- Throws:
- XhtmlParsingException- if there is an error parsing the supplied editorFormat XHTML.
- XhtmlException- for all other transform errors.
 
 
-