24 #ifndef IsisXMLHelper_h 25 #define IsisXMLHelper_h 42 ContentHandler *prevDocHandler;
43 ErrorHandler *prevErrorHandler;
47 bool &PexpandNamespaces,
48 XERCES::SAX2XMLReader* &Pparser,
53 void endElement(
const XMLCh *
const uri,
54 const XMLCh *
const localname,
55 const XMLCh *
const qname);
57 void characters(
const XMLCh *
const chars,
58 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;