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 voidsetIndentAmount(int indentAmount)Configures the amount of spaces to addNodetransform(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
-