|
pure virtual |
Given a single p6IXNLNode create and return a p6IDOMNodeset.
This is a simple conversion routine for when you need a node set.
| pNode | [ in ] A single XML node |
| pSet | [ out ] An enumerator object over one or more nodes in the XML source tree. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |
| P6R::eInvalidArg | One of the parameters is NULL. |