![]() |
Isis 3 Programmer Reference
|


Public Member Functions | |
| XmlHandler (Shape *shape, FileName shapeFolder) | |
| Create an XML Handler (reader) that can populate the Shape class data. | |
| virtual bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts) |
| Handle an XML start element. | |
| 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 | |
| XmlStackedHandlerReader * | reader () |
| const XmlStackedHandlerReader * | reader () const |
| bool | fatalError (const QXmlParseException &exception) |
Private Member Functions | |
| Q_DISABLE_COPY (XmlHandler) | |
Private Attributes | |
| Shape * | m_shape |
| FileName | m_shapeFolder |
| QString | m_characters |
| XmlStackedHandlerReader * | m_reader |
| int | m_depth |
| QString | m_lastStartNamespaceURI |
| QString | m_lastStartLocalName |
| QString | m_lastStartQName |
| QXmlAttributes | m_lastStartAtts |
Create an XML Handler (reader) that can populate the Shape class data.
See Shape::save() for the expected format.
| shape | The shape we're going to be initializing |
| shapeFolder | The folder that contains the Cube |
|
virtual |
|
virtual |
Reimplemented from Isis::XmlStackedHandler.
|
protectedinherited |
Definition at line 78 of file XmlStackedHandler.cpp.
|
protectedinherited |
Definition at line 68 of file XmlStackedHandler.cpp.
|
protectedinherited |
Definition at line 73 of file XmlStackedHandler.cpp.
|
virtualinherited |
Definition at line 28 of file XmlStackedHandler.cpp.
|
virtual |
Handle an XML start element.
This expects <shape> and <displayProperties> elements.
Reimplemented from Isis::XmlStackedHandler.
Definition at line 936 of file Shape.cpp.
References Isis::SerialNumber::Compose(), Isis::Shape::fileName(), Isis::Distance::Meters, Isis::Angle::Radians, Isis::ControlPoint::StringToRadiusSource(), and Isis::ControlPoint::StringToSurfacePointSource().
|
inherited |
Switch to a new content handler and continue processing using the new handler.
Definition at line 37 of file XmlStackedHandler.cpp.
|
privateinherited |
Definition at line 141 of file XmlStackedHandler.h.
|
privateinherited |
Definition at line 146 of file XmlStackedHandler.h.
|
privateinherited |
Definition at line 144 of file XmlStackedHandler.h.
|
privateinherited |
Definition at line 143 of file XmlStackedHandler.h.
|
privateinherited |
Definition at line 145 of file XmlStackedHandler.h.
|
privateinherited |
Definition at line 140 of file XmlStackedHandler.h.