Isis 3 Programmer Reference
IsisXMLApplication Class Reference

This is free and unencumbered software released into the public domain. More...

#include <IsisXMLApplication.h>

Inheritance diagram for IsisXMLApplication:
Inheritance graph
Collaboration diagram for IsisXMLApplication:
Collaboration graph

Public Member Functions

 IsisXMLApplication (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, IsisAmlData *PappData)
 
void endDocument ()
 
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 processingInstruction (const XMLCh *const target, const XMLCh *const data)
 
void startDocument ()
 
void startElement (const XMLCh *const uri, const XMLCh *const localname, const XMLCh *const qname, const XERCES::Attributes &attributes)
 
void ignorableWhitespace (const XMLCh *const chars, const unsigned int length)
 
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
 
IsisAmlDataappData
 
IsisXMLHandlerbriefHandler
 
IsisXMLHandlerdescriptionHandler
 
IsisXMLGroupsgroupsHandler
 
IsisXMLMultipleValuesmultipleValuesHandler
 
IsisXMLIgnoreignoreHandler
 
IsisXMLHistoryhistoryHandler
 
QString * value
 
int outputEndTag
 

Detailed Description

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.

Author
????-??-?? Unknown

Definition at line 19 of file IsisXMLApplication.h.

Constructor & Destructor Documentation

◆ IsisXMLApplication()

IsisXMLApplication::IsisXMLApplication ( char * PencodingName,
bool & PexpandNamespaces,
XERCES::SAX2XMLReader *& Pparser,
IsisAmlData * PappData )

Definition at line 22 of file IsisXMLApplication.cpp.

◆ ~IsisXMLApplication()

IsisXMLApplication::~IsisXMLApplication ( )

Definition at line 44 of file IsisXMLApplication.cpp.

Member Function Documentation

◆ characters()

void IsisXMLApplication::characters ( const XMLCh *const chars,
const XMLSize_t length )

Definition at line 58 of file IsisXMLApplication.cpp.

◆ endDocument()

void IsisXMLApplication::endDocument ( )

Definition at line 63 of file IsisXMLApplication.cpp.

◆ endElement()

void IsisXMLApplication::endElement ( const XMLCh *const uri,
const XMLCh *const localname,
const XMLCh *const qname )

Definition at line 66 of file IsisXMLApplication.cpp.

◆ error()

void IsisXMLHandler::error ( const XERCES::SAXParseException & exception)
inherited

Definition at line 78 of file IsisXMLHandler.cpp.

◆ fatalError()

void IsisXMLHandler::fatalError ( const XERCES::SAXParseException & exception)
inherited

Definition at line 86 of file IsisXMLHandler.cpp.

◆ ignorableWhitespace()

void IsisXMLHandler::ignorableWhitespace ( const XMLCh *const chars,
const unsigned int length )
inherited

Definition at line 137 of file IsisXMLHandler.cpp.

◆ processingInstruction()

void IsisXMLApplication::processingInstruction ( const XMLCh *const target,
const XMLCh *const data )

Definition at line 72 of file IsisXMLApplication.cpp.

◆ startDocument()

void IsisXMLApplication::startDocument ( )

Definition at line 76 of file IsisXMLApplication.cpp.

◆ startElement()

void IsisXMLApplication::startElement ( const XMLCh *const uri,
const XMLCh *const localname,
const XMLCh *const qname,
const XERCES::Attributes & attributes )

Definition at line 79 of file IsisXMLApplication.cpp.

◆ warning()

void IsisXMLHandler::warning ( const XERCES::SAXParseException & exception)
inherited

Definition at line 94 of file IsisXMLHandler.cpp.

Member Data Documentation

◆ appData

IsisAmlData* IsisXMLApplication::appData
private

Definition at line 60 of file IsisXMLApplication.h.

◆ briefHandler

IsisXMLHandler* IsisXMLApplication::briefHandler
private

Definition at line 63 of file IsisXMLApplication.h.

◆ descriptionHandler

IsisXMLHandler* IsisXMLApplication::descriptionHandler
private

Definition at line 64 of file IsisXMLApplication.h.

◆ encodingName

char* IsisXMLApplication::encodingName
private

Definition at line 57 of file IsisXMLApplication.h.

◆ expandNamespaces

bool IsisXMLApplication::expandNamespaces
private

Definition at line 58 of file IsisXMLApplication.h.

◆ groupsHandler

IsisXMLGroups* IsisXMLApplication::groupsHandler
private

Definition at line 65 of file IsisXMLApplication.h.

◆ historyHandler

IsisXMLHistory* IsisXMLApplication::historyHandler
private

Definition at line 68 of file IsisXMLApplication.h.

◆ ignoreHandler

IsisXMLIgnore* IsisXMLApplication::ignoreHandler
private

Definition at line 67 of file IsisXMLApplication.h.

◆ multipleValuesHandler

IsisXMLMultipleValues* IsisXMLApplication::multipleValuesHandler
private

Definition at line 66 of file IsisXMLApplication.h.

◆ outputEndTag

int IsisXMLHandler::outputEndTag
privateinherited

Definition at line 75 of file IsisXMLHandler.h.

◆ parser

XERCES::SAX2XMLReader* IsisXMLApplication::parser
private

Definition at line 59 of file IsisXMLApplication.h.

◆ prevDocHandler

ContentHandler* IsisXMLHandler::prevDocHandler
inherited

Definition at line 23 of file IsisXMLHandler.h.

◆ prevErrorHandler

ErrorHandler* IsisXMLHandler::prevErrorHandler
inherited

Definition at line 24 of file IsisXMLHandler.h.

◆ value

QString* IsisXMLHandler::value
privateinherited

Definition at line 74 of file IsisXMLHandler.h.


The documentation for this class was generated from the following files: