public interface CompatibilityTransformationManager
Modifier and Type | Method and Description |
---|---|
void |
performTransformations(XDOM dom,
Syntax syntax)
Deprecated.
since 2.4M1 use
TransformationManager.performTransformations(Block, TransformationContext)
instead |
@Deprecated void performTransformations(XDOM dom, Syntax syntax) throws TransformationException
TransformationManager.performTransformations(Block, TransformationContext)
insteaddom
- the XDOM on which apply transformationssyntax
- the syntax of the source from where this XDOM as been generatedTransformationException
- error when applying transformationsCopyright © 2004–2022 XWiki. All rights reserved.