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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.