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

Allows the application to change the type of the node set during initialization.

For example, during XML parsing whether a node is a leaf or non-leaf may not be immediately obvious.

Parameters
type[ in ] New type of node
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.