#include "OW_config.h"
#include "OW_Exception.hpp"
#include "OW_CommonFwd.hpp"
#include "OW_XMLFwd.hpp"
#include <iosfwd>
Include dependency graph for OW_XMLParserDOM.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OW_NAMESPACE |
namespace | OW_NAMESPACE::XMLParserDOM |
Functions | |
XMLNode | OW_NAMESPACE::XMLParserDOM::parse (const String &xmlData) |
Parse the XML document contained in the string xmlData. | |
OW_XML_API XMLNode | OW_NAMESPACE::XMLParserDOM::parse (std::istream &data) |
Parse the XML document to be read from the std::istream data. |