KHTML
dom_element.h
Go to the documentation of this file.
The Attr interface represents an attribute in an Element object.
Definition dom_element.h:89
The CSSStyleDeclaration interface represents a single CSS declaration block .
Definition css_value.h:61
By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...
Definition dom_element.h:210
static bool khtmlValidAttrName(const DOMString &name)
Definition dom_element.cpp:387
static bool khtmlValidPrefix(const DOMString &name)
Definition dom_element.cpp:407
static bool khtmlValidQualifiedName(const DOMString &name)
Definition dom_element.cpp:413
static bool khtmlMalformedQualifiedName(const DOMString &name)
Definition dom_element.cpp:418
Element form() const
KHTML extension to DOM This method returns the associated form element.
Definition dom_element.cpp:310
static bool khtmlMalformedPrefix(const DOMString &name)
Definition dom_element.cpp:437
The NodeList interface provides the abstraction of an ordered collection of nodes,...
Definition dom_node.h:964
The Node interface is the primary datatype for the entire Document Object Model.
Definition dom_node.h:271
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.