virtual P6R::P6ERR P6R::p6IXMLNode::getXpathValue ( 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] Returns an XPath time value previously stored in the node.
Returns:
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotFoundIf the node does not contain a time value.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.