#include <xml++.h>
Definition at line 74 of file xml++.h.
 
◆ XMLTree() [1/3]
◆ XMLTree() [2/3]
      
        
          | XMLTree::XMLTree  | 
          ( | 
          const std::string &  | 
          fn,  | 
        
        
           | 
           | 
          bool  | 
          validate = false  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ XMLTree() [3/3]
      
        
          | XMLTree::XMLTree  | 
          ( | 
          const XMLTree *  | 
           | ) | 
           | 
        
      
 
 
◆ ~XMLTree()
◆ compression()
  
  
      
        
          | int XMLTree::compression  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ debug()
      
        
          | void XMLTree::debug  | 
          ( | 
          FILE *  | 
           | ) | 
           const | 
        
      
 
 
◆ filename()
  
  
      
        
          | const std::string& XMLTree::filename  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ find()
◆ read() [1/2]
  
  
      
        
          | bool XMLTree::read  | 
          ( | 
          void  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ read() [2/2]
  
  
      
        
          | bool XMLTree::read  | 
          ( | 
          const std::string &  | 
          fn | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ read_and_validate() [1/2]
  
  
      
        
          | bool XMLTree::read_and_validate  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ read_and_validate() [2/2]
  
  
      
        
          | bool XMLTree::read_and_validate  | 
          ( | 
          const std::string &  | 
          fn | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ read_buffer()
      
        
          | bool XMLTree::read_buffer  | 
          ( | 
          char const *  | 
          ,  | 
        
        
           | 
           | 
          bool  | 
          to_tree_doc = false  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ read_internal()
  
  
      
        
          | bool XMLTree::read_internal  | 
          ( | 
          bool  | 
          validate | ) | 
           | 
         
       
   | 
  
private   | 
  
 
 
◆ root()
◆ set_compression()
      
        
          | int XMLTree::set_compression  | 
          ( | 
          int  | 
           | ) | 
           | 
        
      
 
 
◆ set_filename()
  
  
      
        
          | const std::string& XMLTree::set_filename  | 
          ( | 
          const std::string &  | 
          fn | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ set_root()
◆ write() [1/2]
      
        
          | bool XMLTree::write  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ write() [2/2]
  
  
      
        
          | bool XMLTree::write  | 
          ( | 
          const std::string &  | 
          fn | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ write_buffer()
      
        
          | const std::string& XMLTree::write_buffer  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ _compression
  
  
      
        
          | int XMLTree::_compression | 
         
       
   | 
  
private   | 
  
 
 
◆ _doc
◆ _filename
  
  
      
        
          | std::string XMLTree::_filename | 
         
       
   | 
  
private   | 
  
 
 
◆ _root
The documentation for this class was generated from the following file: