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

Does the given XML node exist in the node set? The comparison is if the same node exists not if the node's value exists in the node set.

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