| Description | |||||||||||||||||||||||||||||
| Reads in the xml file and converts into an element tree. This element tree can be used as an input to ProFeatureWithoptionsCreate or ProFeatureWithoptionsRedefine | |||||||||||||||||||||||||||||
| Replacement in Object TOOLKIT: | wfcWSession::CreateElementTreeFromXML | ||||||||||||||||||||||||||||
| Synopsis | |||||||||||||||||||||||||||||
| #include <ProElement.h> | |||||||||||||||||||||||||||||
| ProError | ProElemtreeFromXMLCreate | ( | |||||||||||||||||||||||||||
| ProPath xml_file | |||||||||||||||||||||||||||||
| /* (In) | |||||||||||||||||||||||||||||
| the name of the xml file with location this can be a relative or absolute path to the xml file or a URL ( http or file ) for the xml file | |||||||||||||||||||||||||||||
| */ | |||||||||||||||||||||||||||||
| ProElement* elemtree | |||||||||||||||||||||||||||||
| /* (Out) | |||||||||||||||||||||||||||||
| root element of the created element tree Memory allocated by the function and to be freed by caller using ProElementFree() | |||||||||||||||||||||||||||||
| */ | |||||||||||||||||||||||||||||
| ProXMLErrorlist** p_errors | |||||||||||||||||||||||||||||
| /* (Out) | |||||||||||||||||||||||||||||
| ProArray of errors. The memory allocated by the function has to be freed by using the function ProXmlerrorlistProarrayFree(). | |||||||||||||||||||||||||||||
| */ | |||||||||||||||||||||||||||||
| ) | |||||||||||||||||||||||||||||
| Returns | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||