#include <xercesc/util/XMLUniDefs.hpp>
#include <xercesc/sax/AttributeList.hpp>
#include <xercesc/util/PlatformUtils.hpp>
#include <xercesc/util/TransService.hpp>
#include <xercesc/parsers/SAXParser.hpp>
#include <xercesc/util/OutOfMemoryException.hpp>
#include <iostream>
#include <cstring>
#include <string>
#include "tools/Log.hh"
#include "xml/XMLTool.hh"
Include dependency graph for XMLTool.cpp:
Go to the source code of this file.
Variables | |
static const XMLCh | gEndElement [] = { chOpenAngle, chForwardSlash, chNull } |
static const XMLCh | gEndPI [] = { chQuestion, chCloseAngle, chNull } |
static const XMLCh | gStartPI [] = { chOpenAngle, chQuestion, chNull } |
static const XMLCh | gXMLDecl1 [] |
static const XMLCh | gXMLDecl2 [] |
const XMLCh gEndElement[] = { chOpenAngle, chForwardSlash, chNull } [static] |
Definition at line 50 of file XMLTool.cpp.
const XMLCh gEndPI[] = { chQuestion, chCloseAngle, chNull } [static] |
Definition at line 51 of file XMLTool.cpp.
const XMLCh gStartPI[] = { chOpenAngle, chQuestion, chNull } [static] |
Definition at line 52 of file XMLTool.cpp.
const XMLCh gXMLDecl1[] [static] |
Initial value:
{ chOpenAngle, chQuestion, chLatin_x, chLatin_m, chLatin_l , chSpace, chLatin_v, chLatin_e, chLatin_r, chLatin_s, chLatin_i , chLatin_o, chLatin_n, chEqual, chDoubleQuote, chDigit_1, chPeriod , chDigit_0, chDoubleQuote, chSpace, chLatin_e, chLatin_n, chLatin_c , chLatin_o, chLatin_d, chLatin_i, chLatin_n, chLatin_g, chEqual , chDoubleQuote, chNull }
Definition at line 53 of file XMLTool.cpp.
Referenced by XMLHandlers::XMLHandlers().
const XMLCh gXMLDecl2[] [static] |
Initial value:
{ chDoubleQuote, chQuestion, chCloseAngle , chLF, chNull }
Definition at line 63 of file XMLTool.cpp.
Referenced by XMLHandlers::XMLHandlers().