ARC SDK
Public Member Functions

Class to represent an XML namespace. More...

#include <arc/XMLNode.h>

Inheritance diagram for Arc::NS:

Public Member Functions

 NS (void)
 Constructor creates empty namespace.
 
 NS (const char *prefix, const char *uri)
 Constructor creates namespace with one entry.
 
 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.
 

Detailed Description

Class to represent an XML namespace.

Constructor & Destructor Documentation

Arc::NS::NS ( const char *  nslist[][2])
inline

Constructor creates namespace with multiple entries.

Parameters
nslistArray made of prefix and URI pairs and must be NULL terminated

The documentation for this class was generated from the following file: