This class is used for processing an XML file containing information about a WorkOrder.  
 More...
This class is used for processing an XML file containing information about a WorkOrder. 
- Author
 - 2012-??-?? Steven Lambright
 
Definition at line 115 of file ShapeDisplayProperties.h.
 
◆ XmlHandler()
◆ characters()
  
  
      
        
          | bool Isis::ShapeDisplayProperties::XmlHandler::characters  | 
          ( | 
          const QString & |           ch | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
This is called when the XML processor has parsed a chunk of character data. 
This implementation of a virtual function calls QXmlDefaultHandler::characters(QString &ch) which in turn calls QXmlContentHandler::characters(QString &ch) which is called when the XML processor has parsed a chunk of character data. 
- See also
 - XmlStackedHandler, QXmlDefaultHandler,QXmlContentHandler 
 
- Parameters
 - 
  
  
 
- Returns
 - bool Returns True if there were no problems with the character processing. It returns False if there was a problem, and the XML reader stops. 
 
Definition at line 240 of file ShapeDisplayProperties.cpp.
 
 
◆ endElement()
  
  
      
        
          | bool Isis::ShapeDisplayProperties::XmlHandler::endElement  | 
          ( | 
          const QString & |           namespaceURI,  | 
         
        
           | 
           | 
          const QString & |           localName,  | 
         
        
           | 
           | 
          const QString & |           qName ) | 
         
       
   | 
  
virtual   | 
  
 
The XML reader invokes this method at the end of every element in the XML document. 
- Parameters
 - 
  
    | namespaceURI | The Uniform Resource Identifier of the namespace (eg. "xmlns")  | 
    | localName | The local name string (eg. "xhtml")  | 
    | qName | The XML qualified string (eg. "xmlns:xhtml"). This can be empty if QNames are not available.  | 
  
   
- Returns
 - bool If this function returns True, then a signal is sent to the reader indicating the end of the element. If this function returns False, something bad happened and processing stops. 
 
Reimplemented from Isis::XmlStackedHandler.
Definition at line 259 of file ShapeDisplayProperties.cpp.
 
 
◆ fatalError()
  
  
      
        
          | bool Isis::XmlStackedHandler::fatalError  | 
          ( | 
          const QXmlParseException & |           exception | ) | 
           | 
         
       
   | 
  
protectedinherited   | 
  
 
 
◆ reader() [1/2]
◆ reader() [2/2]
◆ setReader()
◆ startElement()
  
  
      
        
          | bool Isis::ShapeDisplayProperties::XmlHandler::startElement  | 
          ( | 
          const QString & |           namespaceURI,  | 
         
        
           | 
           | 
          const QString & |           localName,  | 
         
        
           | 
           | 
          const QString & |           qName,  | 
         
        
           | 
           | 
          const QXmlAttributes & |           atts ) | 
         
       
   | 
  
virtual   | 
  
 
 
◆ 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_displayProperties
◆ m_hexData
  
  
      
        
          | QString Isis::ShapeDisplayProperties::XmlHandler::m_hexData | 
         
       
   | 
  
private   | 
  
 
 
◆ 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: