|
|
Home | Loader API | Interfaces | File List | Index | |
This interface is used to create and add XML nodes into a p6IDOMNodeset component. More...
#include <p6domnodeset.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6ERR | addNode (p6IXMLNode *pNode)=0 |
Place the XML node into a node set where it can be sorted, enumerated, and deleted. | |
virtual P6R::P6INT32 | addref ()=0 |
This method increases the reference count of the component instance by one. | |
virtual P6R::P6ERR | initialize (P6DOMXMLFLAGS flags)=0 |
Set the component into its initial state. | |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
This method queries the component for a specific interface. | |
virtual P6R::P6INT32 | release ()=0 |
This method decrements a components reference count. |
This interface is used to create and add XML nodes into a p6IDOMNodeset component.
After a component of this interface is created and initialized a p6IDOMNodeset can be obtained by calling queryInterface() method on this component.
Definition at line 150 of file p6domnodeset.h.