|
Isis Developer Reference
|
Go to the documentation of this file. 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;
This is free and unencumbered software released into the public domain.
Definition: IsisXMLHelpers.h:18
IsisXMLParameter(char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, IsisParameterData *Pparameter)
Definition: IsisXMLParameter.cpp:23
void endElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname)
Definition: IsisXMLParameter.cpp:75
Definition: IsisAmlData.h:53
ErrorHandler * prevErrorHandler
Definition: IsisXMLParameter.h:27
~IsisXMLParameter()
Definition: IsisXMLParameter.cpp:46
void characters(const XMLCh *const chars, const XMLSize_t length)
Definition: IsisXMLParameter.cpp:71
ContentHandler * prevDocHandler
Definition: IsisXMLParameter.h:26
This is free and unencumbered software released into the public domain.
Definition: IsisXMLParameter.h:22
This is free and unencumbered software released into the public domain.
Definition: IsisXMLHandler.h:18
Namespace for the standard library.
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
void startElement(const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
Definition: IsisXMLParameter.cpp:84
This is free and unencumbered software released into the public domain.
Definition: IsisXMLList.h:18