1 #ifndef IsisXMLMultipleValues_h
2 #define IsisXMLMultipleValues_h
10 #include "IsisAmlData.h"
11 #include "IsisXMLHandler.h"
12 #include "IsisXMLIgnore.h"
22 ContentHandler *prevDocHandler;
23 ErrorHandler *prevErrorHandler;
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);
41 void startElement(
const XMLCh *
const uri,
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;