A domain in which names are defined.
Every
GenericName
must be valid in a namespace. For a LocalName
, this means
that the name must exist in the current namespace. For a ScopedName
, this means:
- Since:
- 2.1
- See Also:
-
Method Details
-
isGlobal
Indicates whether this namespace is a "top level" namespace. Global, or top-level namespaces are not contained within another namespace. The global namespace has no parent.- Returns:
true
if this namespace is the global namespace.
-
name
Returns the identifier of this namespace. Namespace identifiers shall be fully-qualified names where:name.scope().isGlobal() == true
- Returns:
- the identifier of this namespace.
-