|
Isis Developer Reference
|
Go to the documentation of this file. 1 #ifndef IsisXMLHelper_h
2 #define IsisXMLHelper_h
28 bool &PexpandNamespaces,
29 XERCES::SAX2XMLReader* &Pparser,
35 const XMLCh *
const localname,
36 const XMLCh *
const qname);
39 const XMLSize_t length);
42 const XMLCh *
const localname,
43 const XMLCh *
const qname,
44 const XERCES::Attributes &attributes);
51 bool expandNamespaces;
52 XERCES::SAX2XMLReader *parser;
Definition: IsisAmlData.h:36
ContentHandler * prevDocHandler
Definition: IsisXMLHelper.h:23
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition: IsisXMLHelper.cpp:52
~IsisXMLHelper()
Definition: IsisXMLHelper.cpp:45
IsisXMLHelper(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, IsisHelperData *Helper)
Definition: IsisXMLHelper.cpp:25
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: IsisXMLHelper.h:19
Namespace for the standard library.
This is free and unencumbered software released into the public domain.
Definition: IsisXMLIgnore.h:18
ErrorHandler * prevErrorHandler
Definition: IsisXMLHelper.h:24
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition: IsisXMLHelper.cpp:57
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition: IsisXMLHelper.cpp:64