1#ifndef IsisXMLApplication_h
2#define IsisXMLApplication_h
25 bool &PexpandNamespaces,
26 XERCES::SAX2XMLReader* &Pparser,
36 const XMLCh *
const localname,
37 const XMLCh *
const qname);
40 const XMLSize_t length);
43 const XMLCh *
const data);
48 const XMLCh *
const localname,
49 const XMLCh *
const qname,
50 const XERCES::Attributes &attributes);
58 bool expandNamespaces;
59 XERCES::SAX2XMLReader *parser;
Definition IsisAmlData.h:124
This is free and unencumbered software released into the public domain.
Definition IsisXMLApplication.h:19
void startDocument()
Definition IsisXMLApplication.cpp:76
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition IsisXMLApplication.cpp:58
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition IsisXMLApplication.cpp:66
void processingInstruction(const XMLCh *const target, const XMLCh *const data)
Definition IsisXMLApplication.cpp:72
~IsisXMLApplication()
Definition IsisXMLApplication.cpp:44
void endDocument()
Definition IsisXMLApplication.cpp:63
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition IsisXMLApplication.cpp:79
IsisXMLApplication(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, IsisAmlData *PappData)
Definition IsisXMLApplication.cpp:22
This is free and unencumbered software released into the public domain.
Definition IsisXMLGroups.h:21
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 IsisXMLHistory.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 IsisXMLMultipleValues.h:18