24 #ifndef IsisXMLHelper_h 
   25 #define IsisXMLHelper_h 
   47                   bool &PexpandNamespaces,
 
   48                   XERCES::SAX2XMLReader* &Pparser,
 
   54                     const XMLCh *
const localname,
 
   55                     const XMLCh *
const qname);
 
   58                     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;
 
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition: IsisXMLHelper.cpp:80
 
Definition: IsisAmlData.h:54
 
~IsisXMLHelper()
Definition: IsisXMLHelper.cpp:61
 
IsisXMLHelper(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, IsisHelperData *Helper)
Definition: IsisXMLHelper.cpp:41
 
ContentHandler * prevDocHandler
Definition: IsisXMLHelper.h:42
 
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition: IsisXMLHelper.cpp:68
 
ErrorHandler * prevErrorHandler
Definition: IsisXMLHelper.h:43
 
Definition: IsisXMLHelper.h:38
 
Definition: IsisXMLHandler.h:35
 
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition: IsisXMLHelper.cpp:73
 
Definition: IsisXMLIgnore.h:37