Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDOMNodeset::containsValue ( p6IXMLNode pNode,
P6BOOL pbResult 
)
pure virtual

Does the value of the given XML node exist in the node set? The comparison is if the value of the node exists not if the node itself exists in the node set.

The type of the value (e.g., P6XPATH_TYPE_INT) is also taken into consideration in the comparsion.

Parameters
pNode[ in ] Does this value of this node exist in the node set?
pbResult[ out ] P6TRUE - value found in the node set, P6FALSE - value not found in the set
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotSupportedIf the value of pNode is itself a nodeset.