JavaScript is disabled on your browser.
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
static class
Transformation.Action
The action to apply.
Method Summary
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Constructor Detail
Transformation
public Transformation()
Method Detail
getFile
public String getFile()
Returns:
the path relative to the target/classes directory of the XML file for which to apply a
transformation
getXpath
public String getXpath()
Returns:
the XPath expression to locate the node for which to change the text value
getValue
public String getValue()
Returns:
the new value to set for the node specified by the XPath expression. Note that $1 tokens are
replaced by the current value
getXml
public File getXml()
Returns:
the file containing the XML to insert
Since:
9.5RC1
Copyright © 2004–2017 XWiki . All rights reserved.