1 #ifndef IsisXMLParameter_h
2 #define IsisXMLParameter_h
10 #include "IsisAmlData.h"
11 #include "IsisXMLHandler.h"
12 #include "IsisXMLMultipleValues.h"
13 #include "IsisXMLIgnore.h"
14 #include "IsisXMLList.h"
15 #include "IsisXMLHelpers.h"
26 ContentHandler *prevDocHandler;
27 ErrorHandler *prevErrorHandler;
31 bool &PexpandNamespaces,
32 XERCES::SAX2XMLReader* &Pparser,
39 void endElement(
const XMLCh *
const uri,
const XMLCh *
const localname,
const XMLCh *
const qname);
41 void characters(
const XMLCh *
const chars,
const XMLSize_t length);
43 void startElement(
const XMLCh *
const uri,
44 const XMLCh *
const localname,
45 const XMLCh *
const qname,
46 const XERCES::Attributes &attributes);
53 bool expandNamespaces;
54 XERCES::SAX2XMLReader *parser;