fr.opensagres.xdocreport.core.utils
Class XMLUtils
java.lang.Object
fr.opensagres.xdocreport.core.utils.XMLUtils
public class XMLUtils
- extends Object
XML Utilities to indent XML.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INDENT_NUMBER
public static final Integer INDENT_NUMBER
PRINTERS
public static final List<IXMLPrettyPrinter> PRINTERS
XMLUtils
public XMLUtils()
prettyPrint
public static String prettyPrint(String xml)
- Indent the given xml with the 4 indentation.
- Parameters:
xml - XML to indent
- Returns:
-
- Throws:
Exception
prettyPrint
public static String prettyPrint(String xml,
int indent)
- Indent the given xml with the given indent number.
- Parameters:
xml - XML to indentindent - the indent number.
- Returns:
-
- Throws:
Exception
toAttributesImpl
public static AttributesImpl toAttributesImpl(Attributes attributes)
- Get the SAX
AttributesImpl of teh given attributes to modify attribute values.
- Parameters:
attributes -
- Returns:
Copyright © 2014. All Rights Reserved.