Xerces-C++: DOMDocumentRange Class Reference (original) (raw)
#include <[xercesc/dom/DOMDocumentRange.hpp](DOMDocumentRange%5F8hpp%5Fsource.html)>

| Public Member Functions | |
|---|---|
| Destructor | |
| virtual | ~DOMDocumentRange () |
| Destructor. | |
| Functions introduced in DOM Level 2 | |
| virtual DOMRange * | createRange ()=0 |
| To create the range consisting of boundary-points and offset of the selected contents. | |
| Protected Member Functions |
|---|
| Hidden constructors |
| DOMDocumentRange::DOMDocumentRange ( ) | protected |
|---|
◆ ~DOMDocumentRange()
| virtual DOMDocumentRange::~DOMDocumentRange ( ) | virtual |
|---|
Destructor.
◆ createRange()
| virtual DOMRange * DOMDocumentRange::createRange ( ) | pure virtual |
|---|
To create the range consisting of boundary-points and offset of the selected contents.
Returns
The initial state of the Range such that both the boundary-points are positioned at the beginning of the corresponding DOMDOcument, before any content. The range returned can only be used to select content associated with this document, or with documentFragments and Attrs for which this document is the ownerdocument
Since
DOM Level 2
The documentation for this class was generated from the following file: