@Deprecated(since="2.0.0", forRemoval=true) public final class MinXHTMLReindent extends Object
| Modifier and Type | Method | Description |
|---|---|---|
static void |
indent(Path path_input,
Path path_tmp,
Path path_output) |
Deprecated, for removal: This API element is subject to removal in a future version.
Read the file at
path_input, indent it and write the output to path_tmp, then
atomically rename path_tmp to path_output. |
public static void indent(Path path_input, Path path_tmp, Path path_output) throws Exception
path_input, indent it and write the output to path_tmp, then
atomically rename path_tmp to path_output.path_input - The input filepath_tmp - The temporary output filepath_output - The final output fileException - On XML or I/O errorsCopyright © 2018 <code@io7m.com> http://io7m.com