26 #ifndef __TERRALIB_XSD_INTERNAL_QNAME_H 
   27 #define __TERRALIB_XSD_INTERNAL_QNAME_H 
   62         QName(
const std::string& prefix, 
const std::string& localPart);
 
   88         std::string getQualifiedName() 
const;
 
   95         const std::string& getPrefix() 
const;
 
  102         const std::string& getLocalPart() 
const;
 
  109         void setPrefix(
const std::string& prefix);
 
  116         void setLocalPart(
const std::string& localPart);
 
  127 #endif  // __TERRALIB_XSD_INTERNAL_QNAME_H 
Configuration flags for the XSD Module of TerraLib. 
 
std::string m_prefix
The namespace prefix part of the qualified name. It must be associated with a namespace URI reference...
 
std::string m_localPart
The local part of the qualified name. 
 
#define TEXSDEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A class to be used to represent XML qualified names.