Class XMLPrettyPrinter
- java.lang.Object
-
- org.wso2.carbon.sequences.ui.util.XMLPrettyPrinter
-
public class XMLPrettyPrinter extends Object
-
-
Constructor Summary
Constructors Constructor Description XMLPrettyPrinter(InputStream in)
XMLPrettyPrinter(InputStream in, boolean format, boolean numeric, String encoding)
XMLPrettyPrinter(InputStream in, String encoding)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
xmlFormatWithComments()
XML Pretty Print method with XML Comments support.
-
-
-
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
-
xmlFormatWithComments
public String xmlFormatWithComments()
XML Pretty Print method with XML Comments support.- Returns:
- XML formatted String
-
-