fr.opensagres.xdocreport.core.internal
Class NoPrettyPrinter

java.lang.Object
  extended by fr.opensagres.xdocreport.core.internal.NoPrettyPrinter
All Implemented Interfaces:
IXMLPrettyPrinter

public class NoPrettyPrinter
extends Object
implements IXMLPrettyPrinter

XML Pretty Printer which doesn't indent the XML source.


Field Summary
static IXMLPrettyPrinter INSTANCE
           
 
Constructor Summary
NoPrettyPrinter()
           
 
Method Summary
 String prettyPrint(String xml, int indent)
          Indent the given xml with the given indent number.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IXMLPrettyPrinter INSTANCE
Constructor Detail

NoPrettyPrinter

public NoPrettyPrinter()
Method Detail

prettyPrint

public String prettyPrint(String xml,
                          int indent)
                   throws Exception
Description copied from interface: IXMLPrettyPrinter
Indent the given xml with the given indent number.

Specified by:
prettyPrint in interface IXMLPrettyPrinter
Parameters:
xml - XML to indent
indent - the indent number.
Returns:
Throws:
Exception


Copyright © 2013. All rights reserved.