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 ) → string
module:engine/dataprocessor/basichtmlwriter~BasicHtmlWriter#getHtml
Returns an HTML string created from the document fragment.
Parameters
fragment : DocumentFragment
Returns
string