Isis Developer Reference
IsisXMLParameter Class Reference

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

#include <IsisXMLParameter.h>

Inheritance diagram for IsisXMLParameter:
Inheritance graph
Collaboration diagram for IsisXMLParameter:
Collaboration graph

Public Member Functions

 IsisXMLParameter (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, IsisParameterData *Pparameter)
 
 ~IsisXMLParameter ()
 
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
 

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

Constructor & Destructor Documentation

◆ IsisXMLParameter()

IsisXMLParameter::IsisXMLParameter ( char * PencodingName,
bool & PexpandNamespaces,
XERCES::SAX2XMLReader *& Pparser,
IsisParameterData * Pparameter )

References prevDocHandler, and prevErrorHandler.

◆ ~IsisXMLParameter()

IsisXMLParameter::~IsisXMLParameter ( )

Member Function Documentation

◆ characters()

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

◆ endDocument()

void IsisXMLHandler::endDocument ( )
inherited

◆ endElement()

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

References prevDocHandler, and prevErrorHandler.

◆ error()

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

◆ fatalError()

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

◆ ignorableWhitespace()

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

◆ processingInstruction()

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

◆ startDocument()

void IsisXMLHandler::startDocument ( )
inherited

◆ startElement()

◆ warning()

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

Member Data Documentation

◆ prevDocHandler

ContentHandler* IsisXMLParameter::prevDocHandler

Referenced by endElement(), and IsisXMLParameter().

◆ prevErrorHandler

ErrorHandler* IsisXMLParameter::prevErrorHandler

Referenced by endElement(), and IsisXMLParameter().


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