Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
P6R::p6IDOMNodeset Interface Referenceabstract

#include <p6domnodeset.h>

Inherits P6R::p6ICom.

Public Member Functions

virtual P6INT32 addref (void)=0
 
virtual P6R::P6ERR containsNode (p6IXMLNode *pNode, P6BOOL *pbResult)=0
 
virtual P6R::P6ERR containsValue (p6IXMLNode *pNode, P6BOOL *pbResult)=0
 
virtual P6R::P6ERR getType (P6XPATH_TYPE *pType)=0
 
virtual P6R::P6ERR last (P6UINT32 *pNumber)=0
 
virtual P6R::P6ERR next (p6IXMLNode **pChild)=0
 
virtual P6R::P6ERR position (P6UINT32 *pNumber)=0
 
virtual P6R::P6ERR queryInterface (const P6R::P6IID &iid, P6VOID **ppIface)=0
 
virtual P6INT32 release (void)=0
 
virtual P6R::P6ERR remove (P6UINT32 index)=0
 
virtual P6R::P6ERR reset (void)=0
 
virtual P6R::P6ERR setType (P6XPATH_TYPE type)=0
 

Detailed Description

This interface is an enumerator over a set of nodes resulting from the evaluation of an XPath expression.

An instance of this enumerator is returned from the P6R::p6IDOMXML::getNodeSet() method. For example, an enumerator could be used to implement XSLT's for-each element.

Definition at line 30 of file p6domnodeset.h.


The documentation for this interface was generated from the following file: