Public Member Functions

zeus::IXMLNodeList Class Reference

#include <IXMLNodeList.hpp>

Inheritance diagram for zeus::IXMLNodeList:
zeus::IZUnknown

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


Written by Benjamin Hadorn http://www.xatlantis.ch.
Last change made on Sun Jan 22 2012 15:28:37