Report an issue
Class

CKEDITOR.htmlParser.element

class

A lightweight representation of an HTML element.

Filtering

Properties

  • attributes : Object

    Stores the attributes defined for this element.

  • children : Array

    The nodes that are direct children of this element.

    Defaults to []

  • name : String

    The element name.

  • readonly

    type : Number

    The node type. This is a constant value set to CKEDITOR.NODE_ELEMENT.

    Defaults to CKEDITOR.NODE_ELEMENT

  • private

    _ : Object

Methods