Description | ||||||||||||||
Writes the Element Tree in the specified file in XML format | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProElement.h> | ||||||||||||||
ProError | ProElemtreeWrite | ( | ||||||||||||
ProElement elemtree | ||||||||||||||
/* (In) | ||||||||||||||
root element of the element tree to be printed | ||||||||||||||
*/ | ||||||||||||||
ProElemtreeFormat format | ||||||||||||||
/* (In) | ||||||||||||||
pass PRO_ELEMTREE_XML | ||||||||||||||
*/ | ||||||||||||||
ProPath output_file | ||||||||||||||
/* (In) | ||||||||||||||
Full path to the output file, including extension. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|