![]() ![]() |
The QDomNodeList class is a container for QDomNode objects. More...
#include <qdom.h>
The class represents a list of QDomNodes. Lists can be created by QDomDocument::elementsByTagName() and QDomNode::childNode(). The Document Object Model requires these lists to be `live', which means that whenever you change the underlying document, the contents of the list will get updated.
See also: QDomNode::childNode(), QDomDocument::elementsByTagName(), For, further, information, about, the, Document, Objct, Model, see, http://www.w3.org/TR/REC-DOM-Level-1/, ., For, a, more, general, introduction, into, the, internals, of, the, DOM, implementation, see, the, QDomDocument and documentation.
Creates an empty NodeList.
Copy constructor.
[virtual]
Destructor.
Returns the number of nodes in the list. This function is the same as length().
[virtual]
Returns the Node at position index. If index < 0 or index >= length() then a null node is returned.
[virtual]
Returns the number of nodes in the list.
Returns wether both lists are unequal.
Assign another NodeList to this object.
Returns wether both lists are equal.
For internal use only.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright İ 2000 Trolltech | Trademarks | Qt version 2.2.0-beta2
|