1#ifndef IsisXMLMultipleValues_h 
    2#define IsisXMLMultipleValues_h 
   27                          bool &PexpandNamespaces,
 
   28                          XERCES::SAX2XMLReader* &Pparser,
 
   29                          std::vector<QString> *PmultipleValues);
 
   36    void endElement(
const XMLCh *
const uri, 
const XMLCh *
const localname, 
const XMLCh *
const qname);
 
   38    void characters(
const XMLCh *
const chars, 
const XMLSize_t length);
 
   42                      const XMLCh *
const localname,
 
   43                      const XMLCh *
const qname,
 
   44                      const XERCES::Attributes  &attributes);
 
   51    bool expandNamespaces;
 
   52    XERCES::SAX2XMLReader *parser;
 
   53    std::vector<QString> *multipleValues;
 
 
This is free and unencumbered software released into the public domain.
Definition IsisXMLHandler.h:18
 
This is free and unencumbered software released into the public domain.
Definition IsisXMLIgnore.h:18
 
This is free and unencumbered software released into the public domain.
Definition IsisXMLMultipleValues.h:18
 
~IsisXMLMultipleValues()
Definition IsisXMLMultipleValues.cpp:39
 
ContentHandler * prevDocHandler
Definition IsisXMLMultipleValues.h:22
 
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition IsisXMLMultipleValues.cpp:58
 
IsisXMLMultipleValues(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, std::vector< QString > *PmultipleValues)
Definition IsisXMLMultipleValues.cpp:19
 
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition IsisXMLMultipleValues.cpp:46
 
ErrorHandler * prevErrorHandler
Definition IsisXMLMultipleValues.h:23
 
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition IsisXMLMultipleValues.cpp:50