#include "xmlParserBase.hxx"
#include "Exception.hxx"
#include <stdexcept>
#include <iostream>
#include <cstdarg>
#include <cstdio>
#include <cassert>
#include "YacsTrace.hxx"
#include <libxml/parserInternals.h>
Go to the source code of this file.