Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXMLNode2::removeWhiteSpace ( void  )
pure virtual

Remove all unnecessary white space around the current element node.

White space is defined to be one of the following characters: space (0x20), horizontal tab (0x09), new line (0x0A), carriage return (0x0D).

Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.