virtual P6R::P6ERR P6R::p6IXMLNode::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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.