Isis 3 Programmer Reference
Isis::Statistics::XmlHandler Class Reference
Inheritance diagram for Isis::Statistics::XmlHandler:
Inheritance graph
Collaboration diagram for Isis::Statistics::XmlHandler:
Collaboration graph

Public Member Functions

 XmlHandler (Statistics *statistics, Project *project)
 
virtual bool startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts)
 
virtual bool characters (const QString &ch)
 
virtual bool endElement (const QString &namespaceURI, const QString &localName, const QString &qName)
 
virtual void setReader (XmlStackedHandlerReader *)
 
void switchToNewHandler (XmlStackedHandler *nextHandler)
 Switch to a new content handler and continue processing using the new handler.
 

Protected Member Functions

XmlStackedHandlerReaderreader ()
 
const XmlStackedHandlerReaderreader () const
 
bool fatalError (const QXmlParseException &exception)
 

Private Member Functions

 Q_DISABLE_COPY (XmlHandler)
 

Private Attributes

Statisticsm_xmlHandlerStatistics
 
Projectm_xmlHandlerProject
 
QString m_xmlHandlerCharacters
 
XmlStackedHandlerReaderm_reader
 
int m_depth
 
QString m_lastStartNamespaceURI
 
QString m_lastStartLocalName
 
QString m_lastStartQName
 
QXmlAttributes m_lastStartAtts
 

Detailed Description

Author
2014-07-28 Jeannie Backer

Definition at line 167 of file Statistics.h.

Constructor & Destructor Documentation

◆ XmlHandler()

Isis::Statistics::XmlHandler::XmlHandler ( Statistics * statistics,
Project * project )

Definition at line 759 of file Statistics.cpp.

◆ ~XmlHandler()

Isis::Statistics::XmlHandler::~XmlHandler ( )

Definition at line 766 of file Statistics.cpp.

Member Function Documentation

◆ characters()

bool Isis::Statistics::XmlHandler::characters ( const QString & ch)
virtual

Definition at line 785 of file Statistics.cpp.

◆ endElement()

bool Isis::Statistics::XmlHandler::endElement ( const QString & namespaceURI,
const QString & localName,
const QString & qName )
virtual

Reimplemented from Isis::XmlStackedHandler.

Definition at line 791 of file Statistics.cpp.

◆ fatalError()

bool Isis::XmlStackedHandler::fatalError ( const QXmlParseException & exception)
protectedinherited

Definition at line 78 of file XmlStackedHandler.cpp.

◆ reader() [1/2]

XmlStackedHandlerReader * Isis::XmlStackedHandler::reader ( )
protectedinherited

Definition at line 68 of file XmlStackedHandler.cpp.

◆ reader() [2/2]

const XmlStackedHandlerReader * Isis::XmlStackedHandler::reader ( ) const
protectedinherited

Definition at line 73 of file XmlStackedHandler.cpp.

◆ setReader()

void Isis::XmlStackedHandler::setReader ( XmlStackedHandlerReader * reader)
virtualinherited

Definition at line 28 of file XmlStackedHandler.cpp.

◆ startElement()

bool Isis::Statistics::XmlHandler::startElement ( const QString & namespaceURI,
const QString & localName,
const QString & qName,
const QXmlAttributes & atts )
virtual

Reimplemented from Isis::XmlStackedHandler.

Definition at line 773 of file Statistics.cpp.

◆ switchToNewHandler()

void Isis::XmlStackedHandler::switchToNewHandler ( XmlStackedHandler * nextHandler)
inherited

Switch to a new content handler and continue processing using the new handler.

Definition at line 37 of file XmlStackedHandler.cpp.

Member Data Documentation

◆ m_depth

int Isis::XmlStackedHandler::m_depth
privateinherited

Definition at line 141 of file XmlStackedHandler.h.

◆ m_lastStartAtts

QXmlAttributes Isis::XmlStackedHandler::m_lastStartAtts
privateinherited

Definition at line 146 of file XmlStackedHandler.h.

◆ m_lastStartLocalName

QString Isis::XmlStackedHandler::m_lastStartLocalName
privateinherited

Definition at line 144 of file XmlStackedHandler.h.

◆ m_lastStartNamespaceURI

QString Isis::XmlStackedHandler::m_lastStartNamespaceURI
privateinherited

Definition at line 143 of file XmlStackedHandler.h.

◆ m_lastStartQName

QString Isis::XmlStackedHandler::m_lastStartQName
privateinherited

Definition at line 145 of file XmlStackedHandler.h.

◆ m_reader

XmlStackedHandlerReader* Isis::XmlStackedHandler::m_reader
privateinherited

Definition at line 140 of file XmlStackedHandler.h.

◆ m_xmlHandlerCharacters

QString Isis::Statistics::XmlHandler::m_xmlHandlerCharacters
private

Definition at line 185 of file Statistics.h.

◆ m_xmlHandlerProject

Project* Isis::Statistics::XmlHandler::m_xmlHandlerProject
private

Definition at line 183 of file Statistics.h.

◆ m_xmlHandlerStatistics

Statistics* Isis::Statistics::XmlHandler::m_xmlHandlerStatistics
private

Definition at line 182 of file Statistics.h.


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