Tests the Xml framework implementation. More...
#include "config.h"
#include <iostream>
#include <string>
#include "XmlDocument.hpp"
#include <libxml/parser.h>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "XmlAttribute.hpp"
#include <Stringable.hpp>
#include "XmlElement.hpp"
#include "XmlItem.hpp"
#include <FilePathSearch.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char *const argv[]) |
void | printChildren (shared_ptr< XmlElement > xmlElement, int tab) |
Tests the Xml framework implementation.
Definition in file testXml.cpp.