Report an issue
Class

CKEDITOR.xml

class

Represents a loaded XML document.

var xml = new CKEDITOR.xml( '<books><book title="My Book" /></books>' );

Filtering

Properties

  • baseXml : Object

    The native XML (DOM document) used by the class instance.

Methods