24 #ifndef IsisXMLMultipleValues_h 
   25 #define IsisXMLMultipleValues_h 
   46                           bool &PexpandNamespaces,
 
   47                           XERCES::SAX2XMLReader* &Pparser,
 
   48                           std::vector<QString> *PmultipleValues);
 
   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<QString> *multipleValues;
 
~IsisXMLMultipleValues()
Definition: IsisXMLMultipleValues.cpp:56
 
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition: IsisXMLMultipleValues.cpp:67
 
Definition: IsisXMLMultipleValues.h:37
 
ContentHandler * prevDocHandler
Definition: IsisXMLMultipleValues.h:41
 
IsisXMLMultipleValues(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, std::vector< QString > *PmultipleValues)
Definition: IsisXMLMultipleValues.cpp:36
 
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition: IsisXMLMultipleValues.cpp:63
 
Definition: IsisXMLHandler.h:35
 
ErrorHandler * prevErrorHandler
Definition: IsisXMLMultipleValues.h:42
 
Definition: IsisXMLIgnore.h:37
 
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition: IsisXMLMultipleValues.cpp:75