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,
64 _EXCEPTION_MAX = 2999
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,
285 END_TO_START = 3
The Node interface is the primary datatype for the entire Document Object Model.
Definition: dom_node.h:270
DocumentFragment is a "lightweight" or "minimal" Document object.
Definition: dom_doc.h:1041
The Document interface represents the entire HTML or XML document.
Definition: dom_doc.h:245
RangeException(const RangeException &other)
Definition: dom2_range.h:50
Definition: dom2_range.h:79
Definition: dom2_range.h:47
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.