![]() |
Isis 3 Programmer Reference
|


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. More... | |
Protected Member Functions | |
| XmlStackedHandlerReader * | reader () |
| const XmlStackedHandlerReader * | reader () const |
| bool | fatalError (const QXmlParseException &exception) |
Private Member Functions | |
| Q_DISABLE_COPY (XmlHandler) | |
Private Attributes | |
| Statistics * | m_xmlHandlerStatistics |
| Project * | m_xmlHandlerProject |
| QString | m_xmlHandlerCharacters |
Definition at line 180 of file Statistics.h.
|
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().
| U.S. Department of the Interior | U.S. Geological Survey ISIS | Privacy & Disclaimers | Astrogeology Research Program To contact us, please post comments and questions on the USGS Astrogeology Discussion Board To report a bug, or suggest a feature go to: ISIS Github File Modified: 07/13/2023 00:22:56 |