24 #ifndef IsisXMLIgnore_h 
   25 #define IsisXMLIgnore_h 
   46                   bool &PexpandNamespaces,
 
   47                   XERCES::SAX2XMLReader* &Pparser,
 
   48                   const std::string Pignore);
 
   53                     const XMLSize_t length);
 
   55     void endElement(
const XMLCh *
const uri, 
const XMLCh *
const localname,
 
   56                     const XMLCh *
const qname);
 
   62     bool expandNamespaces;
 
   63     XERCES::SAX2XMLReader *parser;
 
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition: IsisXMLIgnore.cpp:60
 
ContentHandler * prevDocHandler
Definition: IsisXMLIgnore.h:41
 
IsisXMLIgnore(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, const std::string Pignore)
Definition: IsisXMLIgnore.cpp:38
 
ErrorHandler * prevErrorHandler
Definition: IsisXMLIgnore.h:42
 
Definition: IsisXMLHandler.h:35
 
~IsisXMLIgnore()
Definition: IsisXMLIgnore.cpp:57
 
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition: IsisXMLIgnore.cpp:64
 
Definition: IsisXMLIgnore.h:37