Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXpathExpression::setDefaultCollation ( const P6CHAR pCollate)
pure virtual

The XPath processor uses the default collation from the runtime enviroment.

The caller can set a new default collation with this method. This method can be used to set the default collation to one that implements the Unicode codepoint collation algorithm.

Parameters
pCollate[ in ] Indicates a collation currently available on the running system.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize() must be made before calling this function
P6R::eInvalidArgpCollate is NULL
P6R::eUnknownCollationCollation is not available in running system.