mbxmlutils  1.3.0
Multi-Body XML Utils
MBXMLUtils::NamespaceURI Class Reference

Helper class to easily construct full qualified XML names (FQN) using XML namespace prefixes. More...

#include <dom.h>

Public Member Functions

 NamespaceURI (std::string nsuri_, const std::vector< std::string > &preferredPrefix={})
 
FQN operator% (const std::string &localName) const
 
const std::string & getNamespaceURI () const
 

Private Attributes

std::string nsuri
 

Detailed Description

Helper class to easily construct full qualified XML names (FQN) using XML namespace prefixes.


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