Class PrettyPrintTransformer
java.lang.Object
eu.europa.esig.dss.xades.signature.PrettyPrintTransformer
Performs pretty-print transformations on an XML signature
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setIndentAmount
(int indentAmount) Configures the amount of spaces to addIndents the providednodeToTransform
, by keeping the original indents if present
-
Constructor Details
-
PrettyPrintTransformer
public PrettyPrintTransformer()Default constructor
-
-
Method Details