- Author
- 2018-05-11 Tracie Sucharski
Definition at line 158 of file Footprint2DView.h.
◆ XmlHandler()
Isis::Footprint2DView::XmlHandler::XmlHandler |
( |
Footprint2DView * |
footprintView | ) |
|
◆ ~XmlHandler()
Isis::Footprint2DView::XmlHandler::~XmlHandler |
( |
| ) |
|
◆ 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
-
namespaceURI | The Uniform Resource Identifier of the element's namespace |
localName | The local name string |
qName | The XML qualified string (or empty, if QNames are not available). |
atts | The 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()
◆ m_footprintView
The documentation for this class was generated from the following files: