UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
ixmlfile.h File Reference
#include <memory>
#include <string>
#include "util/ixmlnode.h"
Include dependency graph for ixmlfile.h:

Go to the source code of this file.

Classes

class  util::xml::IXmlFile
 Interface class that defines an XML parser. More...

Namespaces

namespace  util
 Main namespace for the util library.
namespace  util::xml
 The xml namespace is used for XML related classes and functions.

Functions

std::unique_ptr< IXmlFileutil::xml::CreateXmlFile (const std::string &type="Expat")
 Creates an XML object that either parse or write.

Detailed Description

Interface class that defines a XML parser.