corpus-services
1.0
|
Public Member Functions | |
PrettyPrinter () | |
String | indent (String xml, String suppressedElements) throws TransformerException, ParserConfigurationException, UnsupportedEncodingException, SAXException, IOException, XPathExpressionException |
String | indent (String xml, String suppressedElements, String xslString) throws TransformerException, ParserConfigurationException, UnsupportedEncodingException, SAXException, IOException, XPathExpressionException |
Definition at line 31 of file PrettyPrinter.java.
de.uni_hamburg.corpora.utilities.PrettyPrinter.PrettyPrinter | ( | ) |
Definition at line 37 of file PrettyPrinter.java.
String de.uni_hamburg.corpora.utilities.PrettyPrinter.indent | ( | String | xml, |
String | suppressedElements | ||
) | throws TransformerException, ParserConfigurationException, UnsupportedEncodingException, SAXException, IOException, XPathExpressionException |
pretty-prints (indents) XML
xml | The input XML string |
suppressedElements | blank-separated list of QNames for elements to be disregarded for indentation |
Definition at line 48 of file PrettyPrinter.java.
String de.uni_hamburg.corpora.utilities.PrettyPrinter.indent | ( | String | xml, |
String | suppressedElements, | ||
String | xslString | ||
) | throws TransformerException, ParserConfigurationException, UnsupportedEncodingException, SAXException, IOException, XPathExpressionException |
pretty-prints (indents) XML
xml | The input XML string |
suppressedElements | blank-separated list of QNames for elements to be disregarded for indentation |
Definition at line 63 of file PrettyPrinter.java.