1 #ifndef IsisXMLHelper_h
2 #define IsisXMLHelper_h
10 #include "IsisAmlData.h"
11 #include "IsisXMLIgnore.h"
12 #include "IsisXMLHandler.h"
23 ContentHandler *prevDocHandler;
24 ErrorHandler *prevErrorHandler;
28 bool &PexpandNamespaces,
29 XERCES::SAX2XMLReader* &Pparser,
34 void endElement(
const XMLCh *
const uri,
35 const XMLCh *
const localname,
36 const XMLCh *
const qname);
38 void characters(
const XMLCh *
const chars,
39 const XMLSize_t length);
41 void startElement(
const XMLCh *
const uri,
42 const XMLCh *
const localname,
43 const XMLCh *
const qname,
44 const XERCES::Attributes &attributes);
51 bool expandNamespaces;
52 XERCES::SAX2XMLReader *parser;