DOMNodeList Class Reference

#include <DOMNodeList.hpp>

List of all members.

Public Member Functions

Destructor
virtual ~DOMNodeList ()
Functions introduced in DOM Level 1
virtual DOMNodeitem (XMLSize_t index) const =0
virtual XMLSize_t getLength () const =0

Protected Member Functions

Hidden constructors
 DOMNodeList ()

Private Member Functions

Unimplemented constructors and operators
 DOMNodeList (const DOMNodeList &)
DOMNodeListoperator= (const DOMNodeList &)


Detailed Description

The DOMNodeList interface provides the abstraction of an ordered collection of nodes. DOMNodeLists are created by DOMDocument::getElementsByTagName(), DOMNode::getChildNodes(),

The items in the DOMNodeList are accessible via an integral index, starting from 0.

DOMNodeLists are "live", in that any changes to the document tree are immediately reflected in any DOMNodeLists that may have been created for that tree.

Definition at line 84 of file DOMNodeList.hpp.


Constructor & Destructor Documentation

DOMNodeList::DOMNodeList (  )  [inline, protected]

Definition at line 91 of file DOMNodeList.hpp.

DOMNodeList::DOMNodeList ( const DOMNodeList  )  [private]

virtual DOMNodeList::~DOMNodeList (  )  [inline, virtual]

Destructor

Definition at line 114 of file DOMNodeList.hpp.


Member Function Documentation

virtual XMLSize_t DOMNodeList::getLength (  )  const [pure virtual]

Returns the number of nodes in the list.

The range of valid child node indices is 0 to length-1 inclusive.

Since:
DOM Level 1

virtual DOMNode* DOMNodeList::item ( XMLSize_t  index  )  const [pure virtual]

Returns the index item in the collection.

If index is greater than or equal to the number of nodes in the list, this returns null.

Parameters:
index Index into the collection.
Returns:
The node at the indexth position in the DOMNodeList, or null if that is not a valid index.
Since:
DOM Level 1

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


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