CreateXmlDocFactory function
Syntax
CreateXmlDocFactory()
Description
Use the CreateXmlFactory function to create an XmlDocFactory object.
Important:
The XmlDocFactory object must be declared as a local variable only. Component and global scope are not supported.
Parameters
None.
Returns
A reference to an XmlDocFactory object.
Example
Local XmlDocFactory &theXmlDocFactory;
&theXmlDocFactory = CreateXmlDocFactory();
&returnbool = &theXmlDocFactory.SetStringToParse(&inputXmlString);
Related Topics