ClipboardExporter
Class defined in ui/ClipboardExporter.js#10 inherits from

Export HTML from clipboard. Used for inter-application copy'n'paste.

Exports document in html format.

Parameters
docDocument

document to export

Returns
String

html representation of given document

Coverts document to set of DOM elements.

Parameters
docDocument

document to convert

Returns
Array

array of DOM elements each represented single node