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 set a string sort key for the XML node. This method makes a copy of the pString value.
- Parameters
-
| pString | [ in ] String value to be used as a sort key for this node (a copy of the string is made). |
| length | [ in ] The number of characters in the pString buffer. |
- Returns
| Success | P6R::eOk | |
| Failure | P6R::eNotInitialized | A successful call to intialize() must be made before calling this funciton. |