25 #ifndef IsisXMLHelpers_h 26 #define IsisXMLHelpers_h 47 bool &PexpandNamespaces,
48 XERCES::SAX2XMLReader* &Pparser,
49 std::vector<IsisHelperData> *Phelpers);
55 void endElement(
const XMLCh *
const uri,
const XMLCh *
const localname,
const XMLCh *
const qname);
57 void characters(
const XMLCh *
const chars,
const XMLSize_t length);
61 const XMLCh *
const localname,
62 const XMLCh *
const qname,
63 const XERCES::Attributes &attributes);
70 bool expandNamespaces;
71 XERCES::SAX2XMLReader *parser;
72 std::vector<IsisHelperData> *helpers;
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition: IsisXMLHelpers.cpp:67
ContentHandler * prevDocHandler
Definition: IsisXMLHelpers.h:42
Definition: IsisXMLHelper.h:38
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition: IsisXMLHelpers.cpp:79
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition: IsisXMLHelpers.cpp:71
IsisXMLHelpers(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, std::vector< IsisHelperData > *Phelpers)
Definition: IsisXMLHelpers.cpp:40
Definition: IsisXMLHandler.h:35
ErrorHandler * prevErrorHandler
Definition: IsisXMLHelpers.h:43
Definition: IsisXMLHelpers.h:38
~IsisXMLHelpers()
Definition: IsisXMLHelpers.cpp:60
Definition: IsisXMLIgnore.h:37