QDomNodeList Class Reference

QDomNodeList Class Reference

#include <qdom.h>

Class Description

Definition at line 253 of file qdom.h.

Public Member Functions

 QDomNodeList ()
 
 QDomNodeList (const QDomNodeList &)
 
QDomNodeListoperator= (const QDomNodeList &)
 
bool operator== (const QDomNodeList &) const
 
bool operator!= (const QDomNodeList &) const
 
 ~QDomNodeList ()
 
QDomNode item (int index) const
 
QDomNode at (int index) const
 
uint length () const
 
int count () const
 
int size () const
 
bool isEmpty () const
 

Friends

class QDomNode
 
class QDomElement
 
class QDomDocument
 

Constructor & Destructor Documentation

QDomNodeList ( const QDomNodeList )

Member Function Documentation

QDomNodeList& operator= ( const QDomNodeList )
bool operator== ( const QDomNodeList ) const
bool operator!= ( const QDomNodeList ) const
QDomNode item ( int  index) const
QDomNode at ( int  index) const
inline

Definition at line 265 of file qdom.h.

265 { return item(index); } // Qt API consistency
QDomNode item(int index) const
GLuint index
Definition: GLee.h:1704
uint length ( ) const
int count ( ) const
inline

Definition at line 269 of file qdom.h.

269 { return length(); } // Qt API consitancy
uint length() const
int size ( ) const
inline

Definition at line 270 of file qdom.h.

270 { return length(); } // Qt API consistency
uint length() const
bool isEmpty ( ) const
inline

Definition at line 271 of file qdom.h.

271 { return length() == 0; } // Qt API consistency
uint length() const

Friends And Related Function Documentation

friend class QDomNode
friend

Definition at line 277 of file qdom.h.

friend class QDomElement
friend

Definition at line 278 of file qdom.h.

friend class QDomDocument
friend

Definition at line 279 of file qdom.h.


The documentation for this class was generated from the following file: