Isis 3 Programmer Reference
|
This is free and unencumbered software released into the public domain. More...
#include <IsisXMLParameter.h>
Public Member Functions | |
IsisXMLParameter (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, IsisParameterData *Pparameter) | |
void | endElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname) |
void | characters (const XMLCh *const chars, const XMLSize_t length) |
void | startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes) |
void | endDocument () |
void | ignorableWhitespace (const XMLCh *const chars, const unsigned int length) |
void | processingInstruction (const XMLCh *const target, const XMLCh *const data) |
void | startDocument () |
void | warning (const XERCES::SAXParseException &exception) |
void | error (const XERCES::SAXParseException &exception) |
void | fatalError (const XERCES::SAXParseException &exception) |
Public Attributes | |
ContentHandler * | prevDocHandler |
ErrorHandler * | prevErrorHandler |
Private Attributes | |
char * | encodingName |
bool | expandNamespaces |
XERCES::SAX2XMLReader * | parser |
IsisParameterData * | parameter |
IsisXMLHandler * | generalHandler |
IsisXMLMultipleValues * | multipleValuesHandler |
IsisXMLIgnore * | ignoreHandler |
IsisXMLList * | listHandler |
IsisXMLHelpers * | helpersHandler |
QString * | value |
int | outputEndTag |
This is free and unencumbered software released into the public domain.
The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repository.
Definition at line 22 of file IsisXMLParameter.h.
IsisXMLParameter::IsisXMLParameter | ( | char * | PencodingName, |
bool & | PexpandNamespaces, | ||
XERCES::SAX2XMLReader *& | Pparser, | ||
IsisParameterData * | Pparameter ) |
Definition at line 23 of file IsisXMLParameter.cpp.
IsisXMLParameter::~IsisXMLParameter | ( | ) |
Definition at line 46 of file IsisXMLParameter.cpp.
void IsisXMLParameter::characters | ( | const XMLCh *const | chars, |
const XMLSize_t | length ) |
Definition at line 71 of file IsisXMLParameter.cpp.
|
inherited |
Definition at line 116 of file IsisXMLHandler.cpp.
void IsisXMLParameter::endElement | ( | const XMLCh *const | uri, |
const XMLCh *const | localname, | ||
const XMLCh *const | qname ) |
Definition at line 75 of file IsisXMLParameter.cpp.
|
inherited |
Definition at line 78 of file IsisXMLHandler.cpp.
|
inherited |
Definition at line 86 of file IsisXMLHandler.cpp.
|
inherited |
Definition at line 137 of file IsisXMLHandler.cpp.
|
inherited |
Definition at line 142 of file IsisXMLHandler.cpp.
|
inherited |
Definition at line 147 of file IsisXMLHandler.cpp.
void IsisXMLParameter::startElement | ( | const XMLCh *const | uri, |
const XMLCh *const | localname, | ||
const XMLCh *const | qname, | ||
const XERCES::Attributes & | attributes ) |
Definition at line 84 of file IsisXMLParameter.cpp.
|
inherited |
Definition at line 94 of file IsisXMLHandler.cpp.
|
private |
Definition at line 52 of file IsisXMLParameter.h.
|
private |
Definition at line 53 of file IsisXMLParameter.h.
|
private |
Definition at line 58 of file IsisXMLParameter.h.
|
private |
Definition at line 62 of file IsisXMLParameter.h.
|
private |
Definition at line 60 of file IsisXMLParameter.h.
|
private |
Definition at line 61 of file IsisXMLParameter.h.
|
private |
Definition at line 59 of file IsisXMLParameter.h.
|
privateinherited |
Definition at line 75 of file IsisXMLHandler.h.
|
private |
Definition at line 55 of file IsisXMLParameter.h.
|
private |
Definition at line 54 of file IsisXMLParameter.h.
ContentHandler* IsisXMLParameter::prevDocHandler |
Definition at line 26 of file IsisXMLParameter.h.
ErrorHandler* IsisXMLParameter::prevErrorHandler |
Definition at line 27 of file IsisXMLParameter.h.
|
privateinherited |
Definition at line 74 of file IsisXMLHandler.h.