1 #ifndef IsisXMLIgnore_h
2 #define IsisXMLIgnore_h
10 #include "IsisAmlData.h"
11 #include "IsisXMLHandler.h"
22 ContentHandler *prevDocHandler;
23 ErrorHandler *prevErrorHandler;
27 bool &PexpandNamespaces,
28 XERCES::SAX2XMLReader* &Pparser,
29 const std::string Pignore);
33 void characters(
const XMLCh *
const chars,
34 const XMLSize_t length);
36 void endElement(
const XMLCh *
const uri,
const XMLCh *
const localname,
37 const XMLCh *
const qname);
43 bool expandNamespaces;
44 XERCES::SAX2XMLReader *parser;