MapLink Pro .
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
Inheritance diagram for TSLScopedName:

Detailed Description

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 ()
TSLScopedNameoperator= (const TSLScopedName &right)
void name (const TSLCharacterString &input)
void name (const char *input)
virtual TSLScopedNameclone () const
virtual bool serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const
const TSLCharacterStringname () const
TSLCharacterStringname ()
Public Member Functions inherited from TSLGenericName
 TSLGenericName ()
 TSLGenericName (const TSLGenericName &right)
virtual ~TSLGenericName ()=0
TSLGenericNameoperator= (const TSLGenericName &right)

Static Public Member Functions

static TSLScopedNamecreate ()

Constructor & Destructor Documentation

◆ TSLScopedName() [1/2]

TSLScopedName::TSLScopedName ( )

The default constructor.

◆ TSLScopedName() [2/2]

TSLScopedName::TSLScopedName ( const TSLScopedName & right)

The copy constructor.

◆ ~TSLScopedName()

virtual TSLScopedName::~TSLScopedName ( )
virtual

The destructor.

Member Function Documentation

◆ clone()

virtual TSLScopedName * TSLScopedName::clone ( ) const
virtual

Clone method for derived or derived from classes. Creates object on the heap, so the pointer must be deleted

Implements TSLGenericName.

◆ create()

TSLScopedName * TSLScopedName::create ( )
static

◆ name() [1/4]

TSLCharacterString & TSLScopedName::name ( )
inline

Returns the name attribute.

◆ name() [2/4]

const TSLCharacterString & TSLScopedName::name ( ) const
inline

Returns the name attribute.

◆ name() [3/4]

void TSLScopedName::name ( const char * input)

Overload to allow assignment of string as a literal.

◆ name() [4/4]

void TSLScopedName::name ( const TSLCharacterString & input)

Sets the name attribute.

◆ operator=()

TSLScopedName & TSLScopedName::operator= ( const TSLScopedName & right)

Assignment operator.

◆ serialize()

virtual bool TSLScopedName::serialize ( void * outputStreamOfXML,
int indentation = -1,
bool isRootHandler = true ) const
virtual

Reimplemented from TSLGenericName.