Qtopia Home - Classes - Hierachy - Annotated - Functions - Licenses - Reference |
|
The QDomNamedNodeMap class contains a collection of nodes that can be accessed by name. More...
#include <qdom.h>
Note that QDomNamedNodeMap does not inherit from QDomNodeList; QDomNamedNodeMaps does not provide any specific order of the nodes. Nodes contained in a QDomNamedNodeMap may also be accessed by an ordinal index, but this is simply to allow a convenient enumeration of the contents of a QDomNamedNodeMap and does not imply that the DOM specifies an order on the nodes.
The QDomNamedNodeMap is used in three places:
Items in the map are identified by the name which QDomNode::name() returns. They can be queried using the namedItem() function and set using setNamedItem().
See also namedItem() and setNamedItem().
This can be used to iterate over the map.
See also length().
See also item().
If the map does not contain such a node, then a null node is returned.
See also setNamedItem().
The function returns the removed node or a null node if the map did not contain a node with the name name.
See also setNamedItem().
The function returns the newly inserted node.
See also removeNamedItem().
This file is part of the Qtopia platform, copyright © 1995-2005 Trolltech, all rights reserved.
| Copyright © 2005 Trolltech | Trademarks | Qtopia version 2.2.0
|