1#ifndef IsisXMLParameter_h
2#define IsisXMLParameter_h
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);
44 const XMLCh *
const localname,
45 const XMLCh *
const qname,
46 const XERCES::Attributes &attributes);
53 bool expandNamespaces;
54 XERCES::SAX2XMLReader *parser;
Definition IsisAmlData.h:53
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 IsisXMLHelpers.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 IsisXMLList.h:18
This is free and unencumbered software released into the public domain.
Definition IsisXMLMultipleValues.h:18
This is free and unencumbered software released into the public domain.
Definition IsisXMLParameter.h:22
ContentHandler * prevDocHandler
Definition IsisXMLParameter.h:26
~IsisXMLParameter()
Definition IsisXMLParameter.cpp:46
IsisXMLParameter(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, IsisParameterData *Pparameter)
Definition IsisXMLParameter.cpp:23
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition IsisXMLParameter.cpp:71
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition IsisXMLParameter.cpp:75
ErrorHandler * prevErrorHandler
Definition IsisXMLParameter.h:27
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition IsisXMLParameter.cpp:84