ckeditor/ckeditor5-engine

View on GitHub
src/dataprocessor/htmlwriter.js

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
 */

/**
 * @module engine/dataprocessor/htmlwriter
 */

/**
 * The HTML writer interface.
 *
 * @interface module:engine/dataprocessor/htmlwriter~HtmlWriter
 */

/**
 * Returns an HTML string created from a document fragment.
 *
 * @method module:engine/dataprocessor/htmlwriter~HtmlWriter#getHtml
 * @param {DocumentFragment} fragment
 * @returns {String}
 */