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, waittransformpublic int getPriority()
TransformationgetPriority in interface Transformationpublic int compareTo(Transformation transformation)
compareTo in interface Comparable<Transformation>@Deprecated public void transform(XDOM dom, Syntax syntax) throws TransformationException
Transformationtransform in interface Transformationdom - the AST representing the content in Blockssyntax - the Syntax of the contentTransformationException - if the transformation fails for any reasonCopyright © 2004–2016 XWiki. All rights reserved.