![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
A ScopedName is a composite of a LocalName for anther NameSpace and a Generic Name valid in that NameSpace.
This is the value returned by the getObject() operations. In a cascade for of TypeNames and Attribute names, the usual notation is a sequence of name separated by dots ".".
Public Member Functions | |
TSLScopedName () | |
TSLScopedName (const TSLScopedName &right) | |
virtual | ~TSLScopedName () |
TSLScopedName & | operator= (const TSLScopedName &right) |
void | name (const TSLCharacterString &input) |
void | name (const char *input) |
virtual TSLScopedName * | clone () const |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLCharacterString & | name () const |
TSLCharacterString & | name () |
![]() | |
TSLGenericName () | |
TSLGenericName (const TSLGenericName &right) | |
virtual | ~TSLGenericName ()=0 |
TSLGenericName & | operator= (const TSLGenericName &right) |
Static Public Member Functions | |
static TSLScopedName * | create () |
TSLScopedName::TSLScopedName | ( | ) |
The default constructor.
TSLScopedName::TSLScopedName | ( | const TSLScopedName & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
virtual |
Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted
Implements TSLGenericName.
|
static |
|
inline |
Returns the name attribute.
|
inline |
Returns the name attribute.
void TSLScopedName::name | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLScopedName::name | ( | const TSLCharacterString & | input | ) |
Sets the name attribute.
TSLScopedName & TSLScopedName::operator= | ( | const TSLScopedName & | right | ) |
Assignment operator.
|
virtual |
Reimplemented from TSLGenericName.