An official website of the United States government
Here’s how you know
Official websites use .gov
A
.gov website belongs to an official government
organization in the United States.
Secure .gov websites use HTTPS
A
lock
( ) or https:// means you’ve safely connected to
the .gov website. Share sensitive information only on official,
secure websites.
Isis Developer Reference
|
This is free and unencumbered software released into the public domain. More...
#include <IsisXMLHandler.h>
Public Member Functions | |
IsisXMLHandler () | |
IsisXMLHandler (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser, QString *chars) | |
IsisXMLHandler (char *PencodingName, bool &PexpandNamespaces, XERCES::SAX2XMLReader *&Pparser) | |
~IsisXMLHandler () | |
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 |
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.
IsisXMLHandler::IsisXMLHandler | ( | ) |
IsisXMLHandler::IsisXMLHandler | ( | char * | PencodingName, |
bool & | PexpandNamespaces, | ||
XERCES::SAX2XMLReader *& | Pparser, | ||
QString * | chars ) |
References prevDocHandler, and prevErrorHandler.
IsisXMLHandler::IsisXMLHandler | ( | char * | PencodingName, |
bool & | PexpandNamespaces, | ||
XERCES::SAX2XMLReader *& | Pparser ) |
References prevDocHandler, and prevErrorHandler.
IsisXMLHandler::~IsisXMLHandler | ( | ) |
void IsisXMLHandler::characters | ( | const XMLCh *const | chars, |
const XMLSize_t | length ) |
void IsisXMLHandler::endDocument | ( | ) |
void IsisXMLHandler::endElement | ( | const XMLCh *const | uri, |
const XMLCh *const | localname, | ||
const XMLCh *const | qname ) |
References prevDocHandler, and prevErrorHandler.
void IsisXMLHandler::error | ( | const XERCES::SAXParseException & | exception | ) |
References _FILEINFO_, and Isis::IException::Programmer.
void IsisXMLHandler::fatalError | ( | const XERCES::SAXParseException & | exception | ) |
References _FILEINFO_, and Isis::IException::Programmer.
void IsisXMLHandler::ignorableWhitespace | ( | const XMLCh *const | chars, |
const unsigned int | length ) |
void IsisXMLHandler::processingInstruction | ( | const XMLCh *const | target, |
const XMLCh *const | data ) |
void IsisXMLHandler::startDocument | ( | ) |
void IsisXMLHandler::startElement | ( | const XMLCh *const | uri, |
const XMLCh *const | localname, | ||
const XMLCh *const | qname, | ||
const XERCES::Attributes & | attributes ) |
void IsisXMLHandler::warning | ( | const XERCES::SAXParseException & | exception | ) |
References _FILEINFO_, and Isis::IException::Programmer.
ContentHandler* IsisXMLHandler::prevDocHandler |
Referenced by endElement(), IsisXMLHandler(), and IsisXMLHandler().
ErrorHandler* IsisXMLHandler::prevErrorHandler |
Referenced by endElement(), IsisXMLHandler(), and IsisXMLHandler().