Constructs new namespace definition.
Unique namespace URL.
Rest
...aliases: string[]Preferred namespace aliases. It is expected that each alias is an ASCII letter followed by
any number of ASCII letters, digits, -
, or _
signs. Aliases starting with xml
are reserved. Empty alias
is reserved for default namespace.
Readonly
aliasesPreferred namespace aliases.
Readonly
urlUnique namespace URL.
The most preferred namespace alias.
By default this is the first preferred alias, or ns
if there is no preferred aliases.
Converts a local name
belonging to this namespace to simple one according to the given naming
schema.
Calls applyAlias by default.
Namespace alias to apply to the name.
A name to convert.
Naming schema to use. default naming schema is used when omitted.
A simple name with this namespace alias applied.
Generated using TypeDoc
Namespace definition.
Namespaces are identified by their URLs.