#include <IXMLNodeList.hpp>
List of all members.
Public Member Functions |
| virtual Int MQUALIFIER | getListCount () const =0 |
| virtual Retval MQUALIFIER | getNode (Int iIndex, IXMLNode *&rpNode) const =0 |
Detailed Description
Defines the interface to represent the node list of a DOM implementation
Member Function Documentation
| virtual Int MQUALIFIER zeus::IXMLNodeList::getListCount |
( |
) |
const [pure virtual] |
Returns the number of nodes
- Returns:
- Number of nodes
| virtual Retval MQUALIFIER zeus::IXMLNodeList::getNode |
( |
Int |
iIndex, |
|
|
IXMLNode *& |
rpNode |
|
) |
| const [pure virtual] |
Returns a node from the list
- Parameters:
-
| iIndex,: | Index of the node |
| rpNode,: | return value |
- Return values:
-
| RET_NOERROR,: | Node returned |
| RET_REQUEST_FAILED,: | Could not return a node |
The documentation for this class was generated from the following file: