KHTML
dom_node.h
Go to the documentation of this file.
382 ELEMENT_NODE = 1,
383 ATTRIBUTE_NODE = 2,
384 TEXT_NODE = 3,
385 CDATA_SECTION_NODE = 4,
386 ENTITY_REFERENCE_NODE = 5,
387 ENTITY_NODE = 6,
388 PROCESSING_INSTRUCTION_NODE = 7,
389 COMMENT_NODE = 8,
390 DOCUMENT_NODE = 9,
391 DOCUMENT_TYPE_NODE = 10,
392 DOCUMENT_FRAGMENT_NODE = 11,
393 NOTATION_NODE = 12,
395 };
876 DOCUMENT_POSITION_DISCONNECTED = 0x01,
877 DOCUMENT_POSITION_PRECEDING = 0x02,
878 DOCUMENT_POSITION_FOLLOWING = 0x04,
879 DOCUMENT_POSITION_CONTAINS = 0x08,
880 DOCUMENT_POSITION_CONTAINED_BY = 0x10,
882 };
DocumentFragment is a "lightweight" or "minimal" Document object.
Definition: dom_doc.h:1042
Each Document has a doctype attribute whose value is either null or a DocumentType object.
Definition: dom_doc.h:1100
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:246
By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...
Definition: dom_element.h:210
An HTMLDocument is the root of the HTML hierarchy and holds the entire content.
Definition: html_document.h:74
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can b...
Definition: dom_node.h:63
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
The StyleSheet interface is the abstract base interface for any type of style sheet.
Definition: css_stylesheet.h:59
QString prefix()
unsigned long long DOMTimeStamp
A DOMTimeStamp represents a number of milliseconds.
Definition: dom_node.h:1020
bool isSupported(const QString &mimeType, Mode mode=Writing)
Definition: dom_node.h:37
const char * name(StandardAction id)
Window
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.