Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXMLNode2::getValue ( const P6WCHAR **  pValue,
P6UINT32 pLength 
)
pure virtual

Extract the value of the XML node, if present (e.g., <selected/>).

Text nodes have a value but elements have children that have values. Also the toString() method can be used on an element node to get the value of its children if they are text nodes.

Parameters
pValue[ out ] The contents of an element (i.e., characters between the "&gt;" and "&lt;" symbols.
pLength[ out ] Number of characters in pValue.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.