Isis 3 Programmer Reference
IsisXMLHandler Class Reference

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

#include <IsisXMLHandler.h>

Inheritance diagram for IsisXMLHandler:
Inheritance graph
Collaboration diagram for IsisXMLHandler:
Collaboration graph

Public Member Functions

 IsisXMLHandler (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, QString *chars)
 
 IsisXMLHandler (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser)
 
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 ignorableWhitespace (const XMLCh *const chars, const unsigned int 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 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
 
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 IsisXMLHandler.h.

Constructor & Destructor Documentation

◆ IsisXMLHandler() [1/3]

IsisXMLHandler::IsisXMLHandler ( )

Definition at line 29 of file IsisXMLHandler.cpp.

◆ IsisXMLHandler() [2/3]

IsisXMLHandler::IsisXMLHandler ( char * PencodingName,
bool & PexpandNamespaces,
XERCES::SAX2XMLReader *& Pparser,
QString * chars )

Definition at line 35 of file IsisXMLHandler.cpp.

◆ IsisXMLHandler() [3/3]

IsisXMLHandler::IsisXMLHandler ( char * PencodingName,
bool & PexpandNamespaces,
XERCES::SAX2XMLReader *& Pparser )

Definition at line 55 of file IsisXMLHandler.cpp.

◆ ~IsisXMLHandler()

IsisXMLHandler::~IsisXMLHandler ( )

Definition at line 74 of file IsisXMLHandler.cpp.

Member Function Documentation

◆ characters()

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

Definition at line 104 of file IsisXMLHandler.cpp.

◆ endDocument()

void IsisXMLHandler::endDocument ( )

Definition at line 116 of file IsisXMLHandler.cpp.

◆ endElement()

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

Definition at line 120 of file IsisXMLHandler.cpp.

◆ error()

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

Definition at line 78 of file IsisXMLHandler.cpp.

◆ fatalError()

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

Definition at line 86 of file IsisXMLHandler.cpp.

◆ ignorableWhitespace()

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

Definition at line 137 of file IsisXMLHandler.cpp.

◆ processingInstruction()

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

Definition at line 142 of file IsisXMLHandler.cpp.

◆ startDocument()

void IsisXMLHandler::startDocument ( )

Definition at line 147 of file IsisXMLHandler.cpp.

◆ startElement()

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

Definition at line 151 of file IsisXMLHandler.cpp.

◆ warning()

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

Definition at line 94 of file IsisXMLHandler.cpp.

Member Data Documentation

◆ encodingName

char* IsisXMLHandler::encodingName
private

Definition at line 71 of file IsisXMLHandler.h.

◆ expandNamespaces

bool IsisXMLHandler::expandNamespaces
private

Definition at line 72 of file IsisXMLHandler.h.

◆ outputEndTag

int IsisXMLHandler::outputEndTag
private

Definition at line 75 of file IsisXMLHandler.h.

◆ parser

XERCES::SAX2XMLReader* IsisXMLHandler::parser
private

Definition at line 73 of file IsisXMLHandler.h.

◆ prevDocHandler

ContentHandler* IsisXMLHandler::prevDocHandler

Definition at line 23 of file IsisXMLHandler.h.

◆ prevErrorHandler

ErrorHandler* IsisXMLHandler::prevErrorHandler

Definition at line 24 of file IsisXMLHandler.h.

◆ value

QString* IsisXMLHandler::value
private

Definition at line 74 of file IsisXMLHandler.h.


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