#include "PreCompiled.h"
#include <assert.h>
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/util/XercesVersion.hpp>
#include <xercesc/dom/DOM.hpp>
#include <xercesc/dom/DOMImplementation.hpp>
#include <xercesc/dom/DOMImplementationLS.hpp>
#include <xercesc/framework/StdOutFormatTarget.hpp>
#include <xercesc/framework/LocalFileFormatTarget.hpp>
#include <xercesc/parsers/XercesDOMParser.hpp>
#include <xercesc/util/XMLUni.hpp>
#include <xercesc/util/XMLUniDefs.hpp>
#include <xercesc/util/XMLString.hpp>
#include <xercesc/sax/ErrorHandler.hpp>
#include <xercesc/sax/SAXParseException.hpp>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sstream>
#include <stdio.h>
#include "Parameter.h"
#include "Exception.h"
#include "Console.h"
#include "XMLTools.h"
Go to the source code of this file.
Classes | |
class | DOMPrintErrorHandler |
class | DOMTreeErrorReporter |
Variables | |
static const XMLCh | element_link [] |
static const XMLCh | element_person [] |
static XercesDOMParser::ValSchemes | gValScheme = XercesDOMParser::Val_Auto |
const XMLCh element_link[] [static] |
{ chLatin_l, chLatin_i, chLatin_n, chLatin_k, chNull }
Definition at line 1494 of file Parameter.cpp.
const XMLCh element_person[] [static] |
{ chLatin_p, chLatin_e, chLatin_r, chLatin_s, chLatin_o, chLatin_n, chNull }
Definition at line 1490 of file Parameter.cpp.
XercesDOMParser::ValSchemes gValScheme = XercesDOMParser::Val_Auto [static] |
Definition at line 965 of file Parameter.cpp.
Referenced by ParameterManager::LoadDocument().