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

This method is used to define how string sorting is to be done.

If this method is not called then sorting is done on the currently active locale.

Parameters
pLang[ in ] value passed into the p6II18n::setLocale() method, can be NULL if just setting the collation parameter
pCollate[ in ] value passed into the p6II18n::setCollation() method, can be NULL if just setting the language parameter.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedThe component is in an invalid state.
P6R::eInvalidArgBoth parameters are NULL