#include <DOMDocumentRange.hpp>
Inheritance diagram for DOMDocumentRange:
Public Member Functions | |
Destructor | |
virtual | ~DOMDocumentRange () |
Functions introduced in DOM Level 2 | |
virtual DOMRange * | createRange ()=0 |
Protected Member Functions | |
Hidden constructors | |
DOMDocumentRange () | |
Private Member Functions | |
Unimplemented constructors and operators | |
DOMDocumentRange (const DOMDocumentRange &) | |
DOMDocumentRange & | operator= (const DOMDocumentRange &) |
Definition at line 76 of file DOMDocumentRange.hpp.
DOMDocumentRange::DOMDocumentRange | ( | ) | [inline, protected] |
Definition at line 84 of file DOMDocumentRange.hpp.
DOMDocumentRange::DOMDocumentRange | ( | const DOMDocumentRange & | ) | [private] |
virtual DOMDocumentRange::~DOMDocumentRange | ( | ) | [inline, virtual] |
Destructor
Definition at line 107 of file DOMDocumentRange.hpp.
virtual DOMRange* DOMDocumentRange::createRange | ( | ) | [pure virtual] |
To create the range consisting of boundary-points and offset of the selected contents
DOMDocumentRange& DOMDocumentRange::operator= | ( | const DOMDocumentRange & | ) | [private] |