Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IXMLNode2::outputAsString ( p6IDataStream pStream,
P6DOMCHARSET  charSet 
)
pure virtual

For a node with children this method concatentates all values of each child and writes their values to the stream parameter.

If a node is a child then this method returns the value of the child.

Parameters
pStream[ in ] A datastream allows the caller to write the data anywhere (e.g., a file, socket, buffer).
charSet[ in ] How to encode the generated XML (currently only UTF-8 is supported)
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgpStream is NULL or length is zero.