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,
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,
881 DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:270
An HTMLDocument is the root of the HTML hierarchy and holds the entire content.
Definition: html_document.h:73
const char * name(StandardAction id)
DocumentFragment is a "lightweight" or "minimal" Document object.
Definition: dom_doc.h:1041
bool isSupported(const QString &mimeType, Mode mode=Writing)
QString prefix()
Objects implementing the NamedNodeMap interface are used to represent collections of nodes that can b...
Definition: dom_node.h:62
By far the vast majority of objects (apart from text) that authors encounter when traversing a docume...
Definition: dom_element.h:209
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:245
bool operator==(const DOMString &a, const DOMString &b)
Definition: dom_string.cpp:418
Each Document has a doctype attribute whose value is either null or a DocumentType object...
Definition: dom_doc.h:1099
The NodeList interface provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
Definition: dom_node.h:963
The StyleSheet interface is the abstract base interface for any type of style sheet.
Definition: css_stylesheet.h:58
unsigned long long DOMTimeStamp
A DOMTimeStamp represents a number of milliseconds.
Definition: dom_node.h:1020
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.