BasicHtmlWriter
class
Basic HTML writer. It uses the native innerHTML property for basic conversion from a document fragment to an HTML string.
Methods
getHtml( fragment ) → stringmodule:engine/dataprocessor/basichtmlwriter~BasicHtmlWriter#getHtmlReturns an HTML string created from the document fragment.
Parameters
fragment : DocumentFragment
Returns
string