Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXMLNode2::getStringSortKey ( const P6WCHAR **  pString,
P6UINT32 pLength 
)
pure virtual

This method is used to support sorting of p6IXMLNode components in a p6IDOMNodeset container.

Specifically it is used in the implemenation of the XSLT "xsl:sort" element. It allows the caller to read the string sort key that was set for the XML node.

Parameters
pString[ out ] String value to be used as a sort key for this node.
pLength[ out ] The number of characters returned in pString.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.