Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDOMNodesetSort::getMinimumEntry ( p6IXMLNode **  pNode)
pure virtual

Returns the node with that contains the minimum node value.

This method does not do comparisons on a node's attributes, only its value.

Parameters
pNode[ out ] The node is kept in the node set. A pointer is returned to the caller.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgOne of the parameters is NULL.
P6R::eNotInitializedThe component is in an invalid state.
P6R::eNotFoundType of nodes in set do not support a minimum value.