Class to load objects from xml.
There are three ways to use this class.
- You may pass an .xml file to the static method create_from_file which will return an XmlObjects file where you can use the get* methods
- You may pass an xml script in text form to create_from_string which will return an XmlObjects file where you can use the get* methods
- You may pass a single xml tag to the static methods static_get* which will return an instance of whatever you instantiated This class cannot be used to modify the behavior of the xml script contained in the mover "ParserProtocol" (at present). If you wish to change that behavior, look into the the script vars set with -parser::script_vars and used with %script_var%%
- Author
- Brian Coventry