| java.lang.Object | |
| ↳ | com.atlassian.confluence.content.render.xhtml.storage.StorageXhtmlTransformer |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point
"ComponentParsing" begins.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||
From interface
com.atlassian.confluence.content.render.xhtml.transformers.Transformer
| |||||||||||||
Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point "ComponentParsing" begins.
| XhtmlParsingException | if there is an error parsing the supplied editorFormat XHTML. |
|---|---|
| XhtmlException | for all other transform errors. |

