Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXMLNode2::getType ( P6XMLNodeType pType)
pure virtual

Returns the type of the node: is it a leaf, a character node, tree root, etc?

Parameters
pType[ out ] P6XMLNodeType code give to node during initialization.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.