KHTML
dom_node.h
Go to the documentation of this file.
The Document interface represents the entire HTML or XML document.
Definition dom_doc.h:246
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can b...
Definition dom_node.h:63
Node setNamedItem(const Node &arg)
Adds a node using its nodeName attribute.
Definition dom_node.cpp:72
Node getNamedItem(const DOMString &name) const
Retrieves a node specified by name.
Definition dom_node.cpp:66
Node getNamedItemNS(const DOMString &namespaceURI, const DOMString &localName) const
Introduced in DOM Level 2.
Definition dom_node.cpp:99
Node removeNamedItemNS(const DOMString &namespaceURI, const DOMString &localName)
Introduced in DOM Level 2.
Definition dom_node.cpp:115
Node removeNamedItem(const DOMString &name)
Removes a node specified by name.
Definition dom_node.cpp:83
The NodeList interface provides the abstraction of an ordered collection of nodes,...
Definition dom_node.h:964
Node item(unsigned long index) const
Returns the index th item in the collection.
Definition dom_node.cpp:475
The Node interface is the primary datatype for the entire Document Object Model.
Definition dom_node.h:271
@ DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC
Definition dom_node.h:881
The StyleSheet interface is the abstract base interface for any type of style sheet.
Definition css_stylesheet.h:59
The Node interface is the primary datatype for the entire Document Object Model.
Definition dom_node.h:271
QString prefix()
unsigned long long DOMTimeStamp
A DOMTimeStamp represents a number of milliseconds.
Definition dom_node.h:1020
Definition dom_node.h:37
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.