UPnPsdk 0.1
Universal Plug and Play +, Software Development Kit
 
Loading...
Searching...
No Matches
nodeList.cpp File Reference
#include <ixml/ixmlparser.hpp>
#include <cassert>
#include <cstring>
+ Include dependency graph for nodeList.cpp:

Go to the source code of this file.

Functions

void ixmlNodeList_init (IXML_NodeList *nList)
 Initializes a nodelist.
 
IXML_NodeixmlNodeList_item (IXML_NodeList *nList, unsigned long index)
 Retrieves a Node from a NodeList specified by a numerical index.
 
int ixmlNodeList_addToNodeList (IXML_NodeList **nList, IXML_Node *add)
 Add a node to nodelist.
 
unsigned long ixmlNodeList_length (IXML_NodeList *nList)
 Returns the number of Nodes in a NodeList.
 
void ixmlNodeList_free (IXML_NodeList *nList)
 Frees a NodeList object.
 

Function Documentation

◆ ixmlNodeList_init()

void ixmlNodeList_init ( IXML_NodeList nList)

Initializes a nodelist.

Parameters
[in,out]nListThe NodeList to initialize.

Definition at line 43 of file nodeList.cpp.

+ Here is the caller graph for this function:

◆ ixmlNodeList_addToNodeList()

int ixmlNodeList_addToNodeList ( IXML_NodeList **  nList,
IXML_Node add 
)

Add a node to nodelist.

Parameters
[in]nListThe pointer to the nodelist.
[in]addThe node to add.

Definition at line 74 of file nodeList.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: