Class JsoupXmlFormatterWrapper
java.lang.Object
de.funfried.netbeans.plugins.external.formatter.xml.jsoup.JsoupXmlFormatterWrapper
Wrapper class to the Jsoup formatter implementation.
- Author:
- bahlef
-
Method Summary
Modifier and TypeMethodDescriptionformat
(String code, String lineFeed, Document.OutputSettings options) Formats the givencode
with the given configurations and returns the formatted code.
-
Method Details
-
format
Formats the givencode
with the given configurations and returns the formatted code.- Parameters:
code
- the unformatted codelineFeed
- the line feed to use for formattingoptions
- theDocument.OutputSettings
- Returns:
- the formatted code
-