Isis 3 Programmer Reference
IsisXMLHelpers Class Reference

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

#include <IsisXMLHelpers.h>

Inheritance diagram for IsisXMLHelpers:
Inheritance graph
Collaboration diagram for IsisXMLHelpers:
Collaboration graph

Public Member Functions

 IsisXMLHelpers (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, std::vector< IsisHelperData > *Phelpers)
 
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
 
std::vector< IsisHelperData > * helpers
 
IsisXMLHelperhelperHandler
 
IsisXMLIgnoreignoreHandler
 
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 18 of file IsisXMLHelpers.h.

Constructor & Destructor Documentation

◆ IsisXMLHelpers()

IsisXMLHelpers::IsisXMLHelpers ( char * PencodingName,
bool & PexpandNamespaces,
XERCES::SAX2XMLReader *& Pparser,
std::vector< IsisHelperData > * Phelpers )

Definition at line 23 of file IsisXMLHelpers.cpp.

◆ ~IsisXMLHelpers()

IsisXMLHelpers::~IsisXMLHelpers ( )

Definition at line 43 of file IsisXMLHelpers.cpp.

Member Function Documentation

◆ characters()

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

Definition at line 50 of file IsisXMLHelpers.cpp.

◆ endDocument()

void IsisXMLHandler::endDocument ( )
inherited

Definition at line 116 of file IsisXMLHandler.cpp.

◆ endElement()

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

Definition at line 54 of file IsisXMLHelpers.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 IsisXMLHandler::processingInstruction ( const XMLCh *const target,
const XMLCh *const data )
inherited

Definition at line 142 of file IsisXMLHandler.cpp.

◆ startDocument()

void IsisXMLHandler::startDocument ( )
inherited

Definition at line 147 of file IsisXMLHandler.cpp.

◆ startElement()

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

Definition at line 62 of file IsisXMLHelpers.cpp.

◆ warning()

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

Definition at line 94 of file IsisXMLHandler.cpp.

Member Data Documentation

◆ encodingName

char* IsisXMLHelpers::encodingName
private

Definition at line 49 of file IsisXMLHelpers.h.

◆ expandNamespaces

bool IsisXMLHelpers::expandNamespaces
private

Definition at line 50 of file IsisXMLHelpers.h.

◆ helperHandler

IsisXMLHelper* IsisXMLHelpers::helperHandler
private

Definition at line 55 of file IsisXMLHelpers.h.

◆ helpers

std::vector<IsisHelperData>* IsisXMLHelpers::helpers
private

Definition at line 52 of file IsisXMLHelpers.h.

◆ ignoreHandler

IsisXMLIgnore* IsisXMLHelpers::ignoreHandler
private

Definition at line 56 of file IsisXMLHelpers.h.

◆ outputEndTag

int IsisXMLHandler::outputEndTag
privateinherited

Definition at line 75 of file IsisXMLHandler.h.

◆ parser

XERCES::SAX2XMLReader* IsisXMLHelpers::parser
private

Definition at line 51 of file IsisXMLHelpers.h.

◆ prevDocHandler

ContentHandler* IsisXMLHelpers::prevDocHandler

Definition at line 22 of file IsisXMLHelpers.h.

◆ prevErrorHandler

ErrorHandler* IsisXMLHelpers::prevErrorHandler

Definition at line 23 of file IsisXMLHelpers.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: