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