virtual P6R::P6ERR P6R::p6IXMLNode::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.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.