Module moxie_dom::interfaces::element[][src]

Expand description

Element is the most general base class from which all element objects in a Document inherit.

Traits

A built Element. See ElementBuilder docs for more details.

Element is the most general base class from which all element objects (i.e. objects that represent elements) in a Document inherit. It only has methods and properties common to all kinds of elements. More specific classes inherit from Element. For example, the HTMLElement interface is the base interface for HTML elements, while the SVGElement interface is the basis for all SVG elements. Most functionality is specified further down the class hierarchy.