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

XPath can define the type of a node.

So this method allows the nodes value to be set along with its XPath type information. With the use of XPath casting it is possible to take a string value from an XML document and turn it into a date value (e.g., xs:date(

Date
-of-birth )). To support this we allow a node to contain and XPath time object.
Parameters
pValue[ in ] A time value generated by a cast or generated from any XPath expression.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.