Interface CompatibilityTransformationManager
-
public interface CompatibilityTransformationManager
Indirect way of adding a new method to an interface.- Since:
- 13.10RC1
- Version:
- $Id: 89b74fa1eeea035c5388331cad9589e089fd08fc $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
performTransformations(XDOM dom, Syntax syntax)
Deprecated.since 2.4M1 useTransformationManager.performTransformations(Block, TransformationContext)
instead
-
-
-
Method Detail
-
performTransformations
@Deprecated void performTransformations(XDOM dom, Syntax syntax) throws TransformationException
Deprecated.since 2.4M1 useTransformationManager.performTransformations(Block, TransformationContext)
instead- Parameters:
dom
- the XDOM on which apply transformationssyntax
- the syntax of the source from where this XDOM as been generated- Throws:
TransformationException
- error when applying transformations
-
-