public class XmlUtil extends Object
| Constructor and Description |
|---|
XmlUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertToPrettyFormat(String input) |
static String |
convertToPrettyFormat(String input,
int indent) |
static String |
convertToPrettyFormat(String input,
int indent,
String charsetName) |
static String |
getStylesheet(String file) |
static String |
getVersion() |
public static String getVersion()
public static String convertToPrettyFormat(String input) throws TransformerException
TransformerExceptionpublic static String convertToPrettyFormat(String input, int indent) throws TransformerException
TransformerExceptionpublic static String convertToPrettyFormat(String input, int indent, String charsetName) throws TransformerException, UnsupportedEncodingException
Copyright © 2015. All rights reserved.