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