fr.opensagres.xdocreport.core.internal
Interface IXMLPrettyPrinter

All Known Implementing Classes:
IndentNumberPrettyPrinter, NoIndentNumberPrettyPrinter, NoPrettyPrinter, XSLTPrettyPrinter

public interface IXMLPrettyPrinter

XML Pretty Printer interface.


Method Summary
 String prettyPrint(String xml, int indent)
          Indent the given xml with the given indent number.
 

Method Detail

prettyPrint

String prettyPrint(String xml,
                   int indent)
                   throws Exception
Indent the given xml with the given indent number.

Parameters:
xml - XML to indent
indent - the indent number.
Returns:
Throws:
Exception


Copyright © 2013. All rights reserved.