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

Extract out the name of the element, with a namespace prefix if present, represented by the p6IXMLNode.

Parameters
pName[ out ] Returns the name of an element (i.e., characters between the '<' and '>' symbols.
pLength[ out ] Number of characters in pName.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.