Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXMLNode::getNumChildren ( P6UINT32 pCount)
pure virtual

Returns the number of child XML nodes the current node is pointing to in the DOMXML tree.

Parameters
pCount[ out ] A return value of zero means no children.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.