Class JsoupHtmlFormatterWrapper
java.lang.Object
de.funfried.netbeans.plugins.external.formatter.html.jsoup.JsoupHtmlFormatterWrapper
Wrapper class to the Jsoup formatter implementation.
- Author:
- bahlef
-
Method Summary
Modifier and TypeMethodDescriptionformat(String code, String lineFeed, Document.OutputSettings options) Formats the givencodewith the given configurations and returns the formatted code.
-
Method Details
-
format
Formats the givencodewith 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
-