public class StorageXhtmlTransformer extends Object implements Transformer
Constructor and Description |
---|
StorageXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory,
FragmentTransformer defaultFragmentTransformer) |
Modifier and Type | Method and Description |
---|---|
String |
transform(Reader storage,
ConversionContext conversionContext)
Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point
"ComponentParsing" begins.
|
public StorageXhtmlTransformer(XmlEventReaderFactory xmlEventReaderFactory, FragmentTransformer defaultFragmentTransformer)
public String transform(Reader storage, ConversionContext conversionContext) throws XhtmlException
transform
in interface Transformer
XhtmlParsingException
- if there is an error parsing the supplied editorFormat XHTML.XhtmlException
- for all other transform errors.Copyright © 2003–2020 Atlassian. All rights reserved.