KHTML
dom2_range.h
Go to the documentation of this file.
61 BAD_BOUNDARYPOINTS_ERR = 1,
62 INVALID_NODE_TYPE_ERR = 2,
63 _EXCEPTION_OFFSET = 2000,
65 };
88 Range(const Node startContainer, const long startOffset, const Node endContainer, const long endOffset);
282 START_TO_START = 0,
283 START_TO_END = 1,
284 END_TO_END = 2,
286 };
DocumentFragment is a "lightweight" or "minimal" Document object.
Definition: dom_doc.h:1042
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:246
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:271
Definition: dom2_range.h:47
RangeException(const RangeException &other)
Definition: dom2_range.h:50
Definition: dom2_range.h:80
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.