Class to represent an XML namespace.  
 More...
#include <arc/XMLNode.h>
 | 
|   | NS (void) | 
|   | Constructor creates empty namespace.  More...
  | 
|   | 
|   | NS (const char *prefix, const char *uri) | 
|   | Constructor creates namespace with one entry.  More...
  | 
|   | 
|   | NS (const char *nslist[][2]) | 
|   | Constructor creates namespace with multiple entries.  More...
  | 
|   | 
|   | NS (const std::map< std::string, std::string > &nslist) | 
|   | Constructor creates namespace with multiple entries.  More...
  | 
|   | 
Class to represent an XML namespace. 
 
◆ NS() [1/4]
Constructor creates empty namespace. 
 
 
◆ NS() [2/4]
  
  
      
        
          | Arc::NS::NS  | 
          ( | 
          const char *  | 
          prefix,  | 
         
        
           | 
           | 
          const char *  | 
          uri  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
Constructor creates namespace with one entry. 
 
 
◆ NS() [3/4]
  
  
      
        
          | Arc::NS::NS  | 
          ( | 
          const char *  | 
          nslist[][2] | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor creates namespace with multiple entries. 
- Parameters
 - 
  
    | nslist | Array made of prefix and URI pairs and must be NULL terminated  | 
  
   
 
 
◆ NS() [4/4]
  
  
      
        
          | Arc::NS::NS  | 
          ( | 
          const std::map< std::string, std::string > &  | 
          nslist | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Constructor creates namespace with multiple entries. 
 
 
The documentation for this class was generated from the following file: