Base class for XML validators.  More...
#include <libxml++/validators/validator.h>
| 
Additional Inherited Members | 
Detailed Description
Base class for XML validators. 
Constructor & Destructor Documentation
      
        
          | xmlpp::Validator::Validator | ( |  | ) |  | 
      
 
 
  
  | 
        
          | virtual xmlpp::Validator::~Validator | ( |  | ) |  |  | virtual | 
 
 
Member Function Documentation
  
  | 
        
          | static void xmlpp::Validator::callback_validity_error | ( | void * | ctx, |  
          |  |  | const char * | msg, |  
          |  |  |  | ... |  
          |  | ) |  |  |  | staticprotected | 
 
 
  
  | 
        
          | static void xmlpp::Validator::callback_validity_warning | ( | void * | ctx, |  
          |  |  | const char * | msg, |  
          |  |  |  | ... |  
          |  | ) |  |  |  | staticprotected | 
 
 
  
  | 
        
          | virtual void xmlpp::Validator::check_for_exception | ( |  | ) |  |  | protectedvirtual | 
 
 
  
  | 
        
          | virtual void xmlpp::Validator::check_for_validity_messages | ( |  | ) |  |  | protectedvirtual | 
 
 
  
  | 
        
          | virtual void xmlpp::Validator::handleException | ( | const exception& | e | ) |  |  | protectedvirtual | 
 
 
  
  | 
        
          | virtual void xmlpp::Validator::initialize_valid | ( |  | ) |  |  | protectedvirtual | 
 
 
  
  | 
        
          | virtual void xmlpp::Validator::on_validity_error | ( | const Glib::ustring & | message | ) |  |  | protectedvirtual | 
 
 
  
  | 
        
          | virtual void xmlpp::Validator::on_validity_warning | ( | const Glib::ustring & | message | ) |  |  | protectedvirtual | 
 
 
  
  | 
        
          | virtual void xmlpp::Validator::release_underlying | ( |  | ) |  |  | protectedvirtual | 
 
 
Member Data Documentation
  
  | 
        
          | _xmlValidCtxt* xmlpp::Validator::valid_ |  | protected | 
 
 
  
  | 
        
          | Glib::ustring xmlpp::Validator::validate_error_ |  | protected | 
 
 
  
  | 
        
          | Glib::ustring xmlpp::Validator::validate_warning_ |  | protected | 
 
 
The documentation for this class was generated from the following file: