UTILLib 2.0
Common C++ library with utilities.
Loading...
Searching...
No Matches
ixmlnode.h File Reference
#include <memory>
#include <sstream>
#include <string>
#include <unordered_map>
#include <vector>
#include "util/stringutil.h"
Include dependency graph for ixmlnode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  util::xml::IXmlNode
 Interface class against a XML tag (node) in a XML file. More...

Namespaces

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

Detailed Description

Interface class that defines a XML node (tag).