This class is used to read an images.xml file into an image list.  
 More...
This class is used to read an images.xml file into an image list. 
- See also
 - QXmlDefaultHandler documentation 
 
- Author
 - 2014-07-21 Ken Edmundson
 
- History
 - 2016-06-13 Makayla Shepherd - Added updateFileName() and updated documentation. Fixes #2298. 
 
Definition at line 236 of file BundleSolutionInfo.h.
 
◆ XmlHandler()
◆ ~XmlHandler()
      
        
          | Isis::BundleSolutionInfo::XmlHandler::~XmlHandler  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ characters()
  
  
      
        
          | bool Isis::BundleSolutionInfo::XmlHandler::characters  | 
          ( | 
          const QString & |           ch | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
Adds characters to m_xmlHandlerCharacters. 
- Parameters
 - 
  
    | ch | QString of characters to add | 
  
   
- Returns
 - bool Almost always true. Only false if the characters cannot be read 
 
Definition at line 2001 of file BundleSolutionInfo.cpp.
 
 
◆ endElement()
  
  
      
        
          | bool Isis::BundleSolutionInfo::XmlHandler::endElement  | 
          ( | 
          const QString & |           namespaceURI,  | 
         
        
           | 
           | 
          const QString & |           localName,  | 
         
        
           | 
           | 
          const QString & |           qName ) | 
         
       
   | 
  
virtual   | 
  
 
 
◆ fatalError()
  
  
      
        
          | bool Isis::XmlStackedHandler::fatalError  | 
          ( | 
          const QXmlParseException & |           exception | ) | 
           | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ reader() [1/2]
◆ reader() [2/2]
◆ setReader()
◆ startElement()
  
  
      
        
          | bool Isis::BundleSolutionInfo::XmlHandler::startElement  | 
          ( | 
          const QString & |           namespaceURI,  | 
         
        
           | 
           | 
          const QString & |           localName,  | 
         
        
           | 
           | 
          const QString & |           qName,  | 
         
        
           | 
           | 
          const QXmlAttributes & |           atts ) | 
         
       
   | 
  
virtual   | 
  
 
Handle an XML start element. 
This expects <image> and <displayProperties> elements.
- Parameters
 - 
  
    | namespaceURI | ???  | 
    | localName | The keyword name given to the member variable in the XML.  | 
    | qName | ???  | 
    | atts | The attribute containing the keyword value for the given local name. | 
  
   
- Returns
 - bool True if we should continue reading the XML. 
 
Reimplemented from Isis::XmlStackedHandler.
Definition at line 2017 of file BundleSolutionInfo.cpp.
 
 
◆ switchToNewHandler()
Switch to a new content handler and continue processing using the new handler. 
Definition at line 37 of file XmlStackedHandler.cpp.
 
 
◆ m_depth
  
  
      
        
          | int Isis::XmlStackedHandler::m_depth | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ m_lastStartAtts
  
  
      
        
          | QXmlAttributes Isis::XmlStackedHandler::m_lastStartAtts | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ m_lastStartLocalName
  
  
      
        
          | QString Isis::XmlStackedHandler::m_lastStartLocalName | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ m_lastStartNamespaceURI
  
  
      
        
          | QString Isis::XmlStackedHandler::m_lastStartNamespaceURI | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ m_lastStartQName
  
  
      
        
          | QString Isis::XmlStackedHandler::m_lastStartQName | 
         
       
   | 
  
privateinherited   | 
  
 
 
◆ m_reader
◆ m_xmlHandlerBundleSolutionInfo
◆ m_xmlHandlerCharacters
  
  
      
        
          | QString Isis::BundleSolutionInfo::XmlHandler::m_xmlHandlerCharacters | 
         
       
   | 
  
private   | 
  
 
 
◆ m_xmlHandlerProject
  
  
      
        
          | Project* Isis::BundleSolutionInfo::XmlHandler::m_xmlHandlerProject | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following files: