|
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.
| pCollate | [ in ] Indicates a collation currently available on the running system. |
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to initialize() must be made before calling this function |
| P6R::eInvalidArg | pCollate is NULL | |
| P6R::eUnknownCollation | Collation is not available in running system. |