Given a single p6IXNLNode create and return a p6IDOMNodeset.
This is a simple conversion routine for when you need a node set.
- Parameters:
-
| pNode | [IN] A single XML node |
| pSet | [OUT] An enumerator object over one or more nodes in the XML source tree. |
- Returns:
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. |