PrefixedNameToken
Implements

Description

The token of the prefixed named term.

Constructor

PrefixedNameToken( prefixedName: string )

Parameters

NameTypeDescription
string
PrefixedNameToken( namespace: string, localName: string )

Parameters

NameTypeDescription
string
string

Properties

token: "prefixedName"
namespace: string
localName: string

Methods

toString( spaces?: number ): string

Parameters

NameTypeDescription
number