24 #ifndef IsisXMLMultipleValues_h 25 #define IsisXMLMultipleValues_h 41 ContentHandler *prevDocHandler;
42 ErrorHandler *prevErrorHandler;
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);
60 void startElement(
const XMLCh *
const uri,
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;