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

This function removes duplicate nodes from the node set.

Where duplicates are defined as two nodes that contain the same value. Note, that calling this function successfully causes an implicit reset() on the enumerator. This is necessary since the contents of the set can change.

Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedThe component is in an invalid state.