virtual P6R::P6ERR P6R::p6IXMLNode::outputSubTree ( p6IDataStream pOutput,
P6DOMCHARSET  charSet,
P6BOOL  disableEscaping,
P6BOOL  omitXMLDecl 
) [pure virtual]

Write the contents of the subtree rooted at this node in XML format.

Parameters:
pOutput [IN] Data stream object to write the DOM out to.
charSet [IN] How to encode the generated XML
disableEscaping [IN] Turn off standard CDATA and entity escaping
omitXMLDecl [IN] Don't output the starting XML declaration line
Returns:
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to intialize() must be made before calling this funciton.
P6R::eInvalidArgOne of the parameters is NULL.
P6R::eNoMemoryInsufficient memory to output tree.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Copyright © 2004 - 2010 P6R Inc. - All Rights Reserved.