#include <xmlparser.h>
Inheritance diagram for afl::XMLParser:
Public Member Functions | |
virtual XMLNode * | parseFile (const std::string &filename)=0 |
virtual XMLNode * | parseString (const std::string &xml)=0 |
Static Public Member Functions | |
static XMLParser * | getDefaultParser () |
|
|
|
reads an XML file and returns a pointer to the root element of the DOM tree.
Implemented in afl::XercesParser. |
|
parses an XML string and returns a pointer to the root element of the DOM tree.
Implemented in afl::XercesParser. |