#include <p6domnodeset.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=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::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6INT32 | release ()=0 |
virtual P6R::P6ERR | remove (P6UINT32 index)=0 |
virtual P6R::P6ERR | reset ()=0 |
virtual P6R::P6ERR | setType (P6XPATH_TYPE type)=0 |
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 28 of file p6domnodeset.h.