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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.