| 123456789101112131415161718 |
- /**
- * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
- */
- /**
- * HTML writer interface.
- *
- * @interface core.dataProcessor.HtmlWriter
- */
- /**
- * Returns HTML string created from DocumentFragment.
- *
- * @method core.dataProcessor.HtmlWriter#getHtml
- * @param {DocumentFragment} fragment
- * @returns {String}
- */
|