Class PrettyPrintTransformer
java.lang.Object
eu.europa.esig.dss.xades.signature.PrettyPrintTransformer
public class PrettyPrintTransformer extends Object
-
Constructor Summary
Constructors Constructor Description PrettyPrintTransformer()
-
Method Summary
Modifier and Type Method Description void
setIndentAmount(int indentAmount)
Configures the amount of spaces to addNode
transform(Node nodeToTransform)
Indents the providednodeToTransform
, by keeping the original indents if present
-
Constructor Details
-
PrettyPrintTransformer
public PrettyPrintTransformer()
-
-
Method Details
-
setIndentAmount
public void setIndentAmount(int indentAmount)Configures the amount of spaces to add- Parameters:
indentAmount
-int
-
transform
Indents the providednodeToTransform
, by keeping the original indents if present
-