|
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:
Success | P6R::eOk | |
Failure | P6R::eInvalidArg | One of the parameters is NULL. |
|