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

Returns the type of all nodes contained in the node set (e.g., P6XPATH_TYPE_STR, each node represents a string).

A value of 'P6XPATH_TYPE_NULL' indicates that the set can be composed of several different types of XML nodes.

Parameters
pType[ in ] Return the current type of the node set.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.