public final class PrettyPrintXml extends Object
| Constructor and Description |
|---|
PrettyPrintXml() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static void |
prettyPrint(InputStream inputStream,
Writer writer) |
static void |
prettyPrint(String inFilename,
String outFilename) |
public static void prettyPrint(String inFilename, String outFilename) throws IOException, FileNotFoundException
IOExceptionFileNotFoundExceptionpublic static final void prettyPrint(InputStream inputStream, Writer writer) throws ParserConfigurationException, SAXException, IOException, TransformerFactoryConfigurationError, TransformerException
Copyright © 2015. All rights reserved.