com.google.api.ads.common.lib.utils.logging
Interface PrettyPrinterInterface

All Known Implementing Classes:
PrettyPrinter

public interface PrettyPrinterInterface

Interface capable of pretty printing XML messages.

Author:
Joseph DiLallo

Method Summary
 String prettyPrint(String xml)
          Transforms XML into a pretty-printed format.
 

Method Detail

prettyPrint

String prettyPrint(String xml)
Transforms XML into a pretty-printed format.

Parameters:
xml - the XML message to be pretty printed
Returns:
the given message in pretty-printed format


Copyright © 2012. All Rights Reserved.