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
-