org.wso2.carbon.utils.xml
Class XMLPrettyPrinter

java.lang.Object
  extended by org.wso2.carbon.utils.xml.XMLPrettyPrinter

public class XMLPrettyPrinter
extends Object


Constructor Summary
XMLPrettyPrinter(InputStream in)
           
XMLPrettyPrinter(InputStream in, boolean format, boolean numeric, String encoding)
           
XMLPrettyPrinter(InputStream in, String encoding)
           
 
Method Summary
 String xmlFormat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLPrettyPrinter

public XMLPrettyPrinter(InputStream in,
                        boolean format,
                        boolean numeric,
                        String encoding)

XMLPrettyPrinter

public XMLPrettyPrinter(InputStream in)

XMLPrettyPrinter

public XMLPrettyPrinter(InputStream in,
                        String encoding)
Method Detail

xmlFormat

public String xmlFormat()


Copyright © 2014 WSO2 Inc. All rights reserved.