CBMC
|
XML Interface. More...
#include "xml_interface.h"
#include <iostream>
#include <util/cmdline.h>
#include <util/exception_utils.h>
#include <util/message.h>
#include <xmllang/xml_parser.h>
Go to the source code of this file.
Functions | |
static void | get_xml_options (const xmlt &xml, cmdlinet &cmdline) |
Parse commandline options from xml into cmdline . More... | |
void | xml_interface (cmdlinet &cmdline, message_handlert &message_handler) |
Parse XML-formatted commandline options from stdin. More... | |
XML Interface.
Definition in file xml_interface.cpp.
Parse commandline options from xml
into cmdline
.
Definition at line 23 of file xml_interface.cpp.
void xml_interface | ( | cmdlinet & | cmdline, |
message_handlert & | message_handler | ||
) |
Parse XML-formatted commandline options from stdin.
Example:
Definition at line 47 of file xml_interface.cpp.