Include dependency graph for namedNodeMap.cpp:Go to the source code of this file.
Functions | |
| static unsigned long | ixmlNamedNodeMap_getItemNumber (IXML_NamedNodeMap *nnMap, const char *name) |
| Return the item number of a item in NamedNodeMap. | |
| void | ixmlNamedNodeMap_init (IXML_NamedNodeMap *nnMap) |
| Initializes a NamedNodeMap object. | |
| IXML_Node * | ixmlNamedNodeMap_getNamedItem (IXML_NamedNodeMap *nnMap, const DOMString name) |
| Retrieves a Node from the NamedNodeMap by name. | |
| IXML_Node * | ixmlNamedNodeMap_item (IXML_NamedNodeMap *nnMap, unsigned long index) |
| Retrieves the index_th item in the map. If index is greater than or equal to the number of nodes in this map, this returns NULL. | |
| unsigned long | ixmlNamedNodeMap_getLength (IXML_NamedNodeMap *nnMap) |
| Returns the number of items contained in this NamedNodeMap. | |
| void | ixmlNamedNodeMap_free (IXML_NamedNodeMap *nnMap) |
| Frees a NamedNodeMap. | |
| int | ixmlNamedNodeMap_addToNamedNodeMap (IXML_NamedNodeMap **nnMap, IXML_Node *add) |
| Add a node to a NamedNodeMap. | |
|
static |
Return the item number of a item in NamedNodeMap.
| [in] | nnMap | The named node map to process. |
| [in] | name | The name of the item to find. |
Definition at line 49 of file namedNodeMap.cpp.
Here is the caller graph for this function:| void ixmlNamedNodeMap_init | ( | IXML_NamedNodeMap * | nnMap | ) |
Initializes a NamedNodeMap object.
| [in] | nnMap | The named node map to process. |
Definition at line 74 of file namedNodeMap.cpp.
Here is the caller graph for this function:| int ixmlNamedNodeMap_addToNamedNodeMap | ( | IXML_NamedNodeMap ** | nnMap, |
| IXML_Node * | add | ||
| ) |
Add a node to a NamedNodeMap.
Definition at line 142 of file namedNodeMap.cpp.
Here is the call graph for this function:
Here is the caller graph for this function: