public class XMLPrettyPrinter extends Object
Constructor and Description |
---|
XMLPrettyPrinter(InputStream in) |
XMLPrettyPrinter(InputStream in,
boolean format,
boolean numeric,
String encoding) |
XMLPrettyPrinter(InputStream in,
String encoding) |
Modifier and Type | Method and Description |
---|---|
String |
xmlFormatWithComments()
XML Pretty Print method with XML Comments support.
|
public XMLPrettyPrinter(InputStream in, boolean format, boolean numeric, String encoding)
public XMLPrettyPrinter(InputStream in)
public XMLPrettyPrinter(InputStream in, String encoding)
public String xmlFormatWithComments()
Copyright © 2022 WSO2. All rights reserved.