Uses of Class
gnu.mapping.Namespace
-
Packages that use Namespace Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages.gnu.kawa.lispexpr gnu.kawa.xml gnu.mapping SupportsProcedure
, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript).gnu.xquery.lang kawa.lang -
-
Uses of Namespace in gnu.expr
Fields in gnu.expr declared as Namespace Modifier and Type Field Description static Namespace
Keyword. keywordNamespace
Constructors in gnu.expr with parameters of type Namespace Constructor Description Keyword(Namespace namespace, String name)
Used for constructing literals (int gnu.expr.LitTable). -
Uses of Namespace in gnu.kawa.lispexpr
Subclasses of Namespace in gnu.kawa.lispexpr Modifier and Type Class Description class
ClassNamespace
class
LispPackage
Implement a Common Lisp "package" value.Fields in gnu.kawa.lispexpr declared as Namespace Modifier and Type Field Description static Namespace
LispLanguage. constructNamespace
static Namespace
LispLanguage. entityNamespace
Namespace
LispPackage. exported
The set of exported symbols.static Namespace
LispLanguage. unitNamespace
The unit namespace contains the bindings for symbols such as `cm', `s', etc.Methods in gnu.kawa.lispexpr that return Namespace Modifier and Type Method Description static Namespace
LispPackage. valueOfNoCreate(String name)
Methods in gnu.kawa.lispexpr with parameters of type Namespace Modifier and Type Method Description LList
LispPackage. allSymbols(Namespace ns)
The list of symbols managed by a given namespace.void
LispPackage. setExportedNamespace(Namespace exp)
-
Uses of Namespace in gnu.kawa.xml
Subclasses of Namespace in gnu.kawa.xml Modifier and Type Class Description class
XmlNamespace
-
Uses of Namespace in gnu.mapping
Fields in gnu.mapping declared as Namespace Modifier and Type Field Description static Namespace
Namespace. EmptyNamespace
The Namespace with the empty name.Methods in gnu.mapping that return Namespace Modifier and Type Method Description static Namespace
Namespace. create()
static Namespace
Namespace. create(int capacity)
Namespace
Environment. defaultNamespace()
static Namespace
Namespace. getDefault()
Namespace
Symbol. getNamespace()
static Namespace
Namespace. makeUnknownNamespace(String prefix)
Create a "placeholder" for a namespace with a known prefix but unknown uri.static Namespace
Namespace. valueOf()
static Namespace
Namespace. valueOf(String name)
Return Namespace with the given name (namespace-URI).static Namespace
Namespace. valueOf(String uri, SimpleSymbol prefix)
static Namespace
Namespace. valueOf(String uri, String prefix)
static Namespace
Namespace. valueOfNoCreate(String name)
Return Namespace with the given name (namespace-URI), if it exists.Methods in gnu.mapping with parameters of type Namespace Modifier and Type Method Description static Symbol
Symbol. makeUninterned(String name, Namespace namespace)
void
Symbol. setNamespace(Namespace ns)
Constructors in gnu.mapping with parameters of type Namespace Constructor Description Symbol(String name, Namespace ns)
Create new Symbol in a given namespace. -
Uses of Namespace in gnu.xquery.lang
Fields in gnu.xquery.lang declared as Namespace Modifier and Type Field Description static Namespace[]
XQuery. defaultFunctionNamespacePath
Namespace[]
XQParser. functionNamespacePath
Namespace[]
XQResolveNames. functionNamespacePath
static Namespace
XQuery. kawaFunctionNamespace
static Namespace
XQuery. qexoFunctionNamespace
static Namespace
XQuery. xqueryFunctionNamespace
-
Uses of Namespace in kawa.lang
Methods in kawa.lang that return Namespace Modifier and Type Method Description Namespace
Translator. namespaceResolvePrefix(Expression context)
Methods in kawa.lang with parameters of type Namespace Modifier and Type Method Description static Symbol
Quote. makeSymbol(Namespace ns, Object local)
Symbol
Translator. namespaceResolve(Namespace ns, Expression member)
-