#include <IsisXMLHandler.h>
|
| 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) |
|
◆ IsisXMLHandler() [1/3]
IsisXMLHandler::IsisXMLHandler |
( |
| ) |
|
◆ IsisXMLHandler() [2/3]
IsisXMLHandler::IsisXMLHandler |
( |
char * |
PencodingName, |
|
|
bool & |
PexpandNamespaces, |
|
|
XERCES::SAX2XMLReader *& |
Pparser, |
|
|
QString * |
chars |
|
) |
| |
◆ IsisXMLHandler() [3/3]
IsisXMLHandler::IsisXMLHandler |
( |
char * |
PencodingName, |
|
|
bool & |
PexpandNamespaces, |
|
|
XERCES::SAX2XMLReader *& |
Pparser |
|
) |
| |
◆ ~IsisXMLHandler()
IsisXMLHandler::~IsisXMLHandler |
( |
| ) |
|
◆ characters()
void IsisXMLHandler::characters |
( |
const XMLCh *const |
chars, |
|
|
const XMLSize_t |
length |
|
) |
| |
◆ endDocument()
void IsisXMLHandler::endDocument |
( |
| ) |
|
◆ endElement()
void IsisXMLHandler::endElement |
( |
const XMLCh *const |
uri, |
|
|
const XMLCh *const |
localname, |
|
|
const XMLCh *const |
qname |
|
) |
| |
◆ error()
void IsisXMLHandler::error |
( |
const XERCES::SAXParseException & |
exception | ) |
|
◆ fatalError()
void IsisXMLHandler::fatalError |
( |
const XERCES::SAXParseException & |
exception | ) |
|
◆ ignorableWhitespace()
void IsisXMLHandler::ignorableWhitespace |
( |
const XMLCh *const |
chars, |
|
|
const unsigned int |
length |
|
) |
| |
◆ processingInstruction()
void IsisXMLHandler::processingInstruction |
( |
const XMLCh *const |
target, |
|
|
const XMLCh *const |
data |
|
) |
| |
◆ startDocument()
void IsisXMLHandler::startDocument |
( |
| ) |
|
◆ startElement()
void IsisXMLHandler::startElement |
( |
const XMLCh *const |
uri, |
|
|
const XMLCh *const |
localname, |
|
|
const XMLCh *const |
qname, |
|
|
const XERCES::Attributes & |
attributes |
|
) |
| |
◆ warning()
void IsisXMLHandler::warning |
( |
const XERCES::SAXParseException & |
exception | ) |
|
◆ prevDocHandler
ContentHandler* IsisXMLHandler::prevDocHandler |
◆ prevErrorHandler
ErrorHandler* IsisXMLHandler::prevErrorHandler |
The documentation for this class was generated from the following files: