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

Public Member Functions

 XmlHandler (Footprint2DView *footprintView)
 This function sets the Directory pointer for the Directory::XmlHandler class. More...
 
 ~XmlHandler ()
 The Destructor for Directory::XmlHandler. More...
 
virtual bool startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts)
 The XML reader invokes this method at the start of every element in the XML document. More...
 
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. More...
 

Protected Member Functions

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

Private Member Functions

 Q_DISABLE_COPY (XmlHandler)
 

Private Attributes

Footprint2DViewm_footprintView
 The Footprint2DView. More...
 

Detailed Description

Author
2018-05-11 Tracie Sucharski

Definition at line 158 of file Footprint2DView.h.

Constructor & Destructor Documentation

◆ XmlHandler()

Isis::Footprint2DView::XmlHandler::XmlHandler ( Footprint2DView footprintView)

This function sets the Directory pointer for the Directory::XmlHandler class.

Parameters
directoryThe new directory we are setting XmlHandler's member variable to.

Definition at line 397 of file Footprint2DView.cpp.

References m_footprintView.

◆ ~XmlHandler()

Isis::Footprint2DView::XmlHandler::~XmlHandler ( )

The Destructor for Directory::XmlHandler.

Definition at line 406 of file Footprint2DView.cpp.

Member Function Documentation

◆ startElement()

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

The XML reader invokes this method at the start of every element in the XML document.

This method expects <footprint2DView> and <imageFileList> elements. A quick example using this function: startElement("xsl","stylesheet","xsl:stylesheet",attributes)

Parameters
namespaceURIThe Uniform Resource Identifier of the element's namespace
localNameThe local name string
qNameThe XML qualified string (or empty, if QNames are not available).
attsThe XML attributes attached to each element
Returns
bool Returns True signalling to the reader the start of a valid XML element. If False is returned, something bad happened.

Reimplemented from Isis::XmlStackedHandler.

Definition at line 425 of file Footprint2DView.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 32 of file XmlStackedHandler.cpp.

Referenced by Isis::XmlStackedHandlerReader::pushContentHandler().

Member Data Documentation

◆ m_footprintView

Footprint2DView* Isis::Footprint2DView::XmlHandler::m_footprintView
private

The Footprint2DView.

Definition at line 171 of file Footprint2DView.h.

Referenced by XmlHandler().


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