- Author
 - 2018-05-11 Tracie Sucharski
 
Definition at line 145 of file Footprint2DView.h.
 
◆ XmlHandler()
      
        
          | Isis::Footprint2DView::XmlHandler::XmlHandler  | 
          ( | 
          Footprint2DView * |           footprintView | ) | 
           | 
        
      
 
 
◆ ~XmlHandler()
      
        
          | Isis::Footprint2DView::XmlHandler::~XmlHandler  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ endElement()
  
  
      
        
          | bool Isis::Footprint2DView::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::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 409 of file Footprint2DView.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_footprintView
◆ 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
The documentation for this class was generated from the following files: