DOMDocumentRange Class Reference

#include <DOMDocumentRange.hpp>

Inheritance diagram for DOMDocumentRange:

DOMDocument List of all members.

Public Member Functions

Destructor
virtual ~DOMDocumentRange ()
Functions introduced in DOM Level 2
virtual DOMRangecreateRange ()=0

Protected Member Functions

Hidden constructors
 DOMDocumentRange ()

Private Member Functions

Unimplemented constructors and operators
 DOMDocumentRange (const DOMDocumentRange &)
DOMDocumentRangeoperator= (const DOMDocumentRange &)

Detailed Description

See also the Document Object Model (DOM) Level 2 Traversal and Range Specification.
Since:
DOM Level 2

Definition at line 76 of file DOMDocumentRange.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

DOMDocumentRange& DOMDocumentRange::operator= ( const DOMDocumentRange  )  [private]


The documentation for this class was generated from the following file:
Generated on Thu Dec 7 01:28:59 2006 for DT2005.panorama by  doxygen 1.4.7