Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDOMXML::createNodeSet ( p6IXMLNode pNode,
p6IDOMNodeset **  pSet 
)
pure virtual

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
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.