public abstract class AbstractTransformation extends Object implements Transformation
Transformation.getPriority()
).Constructor and Description |
---|
AbstractTransformation() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Transformation transformation) |
int |
getPriority()
The priority of execution relative to the other transformations.
|
void |
transform(XDOM dom,
Syntax syntax)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
transform
public int getPriority()
Transformation
getPriority
in interface Transformation
public int compareTo(Transformation transformation)
compareTo
in interface Comparable<Transformation>
@Deprecated public void transform(XDOM dom, Syntax syntax) throws TransformationException
Transformation
transform
in interface Transformation
dom
- the AST representing the content in Blockssyntax
- the Syntax of the contentTransformationException
- if the transformation fails for any reasonCopyright © 2004–2021 XWiki. All rights reserved.