Uses of Class
gnu.mapping.Namespace

Packages that use Namespace
gnu.expr Supports Expression, and various related classes need to compile programming languages. 
gnu.kawa.lispexpr Support classes for compiling and running Lisp languages. 
gnu.kawa.xml Classes for using XML within Kawa. 
gnu.mapping Supports Procedure, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript). 
gnu.xquery.lang   
kawa.lang Core Kawa classes for Scheme and Lisp compile-time. 
kawa.standard Primitive Scheme syntax and functions. 
 

Uses of Namespace in gnu.expr
 

Fields in gnu.expr declared as Namespace
static Namespace Keyword.keywordNamespace
           
 

Constructors in gnu.expr with parameters of type Namespace
Keyword(Namespace namespace, java.lang.String name)
          Used for constructing literals (int gnu.expr.LitTable).
 

Uses of Namespace in gnu.kawa.lispexpr
 

Subclasses of Namespace in gnu.kawa.lispexpr
 class ClassNamespace
           
 class LispPackage
          Implementa A Common Lisp "package" value.
 

Uses of Namespace in gnu.kawa.xml
 

Subclasses of Namespace in gnu.kawa.xml
 class XmlNamespace
           
 

Uses of Namespace in gnu.mapping
 

Fields in gnu.mapping declared as Namespace
static Namespace Namespace.EmptyNamespace
          The Namespace with the empty name.
 

Methods in gnu.mapping that return Namespace
 Namespace Environment.defaultNamespace()
           
static Namespace Namespace.getDefault()
           
static Namespace Namespace.getInstance(java.lang.String name)
           
 Namespace Symbol.getNamespace()
           
static Namespace Namespace.make(java.lang.String name)
           
static Namespace Namespace.make(java.lang.String uri, java.lang.String prefix)
           
static Namespace Namespace.makeUnknownNamespace(java.lang.String prefix)
          Create a "placeholder" for a namespace with a known prefix but unknown uri.
 

Methods in gnu.mapping with parameters of type Namespace
 void Symbol.setNamespace(Namespace ns)
           
 

Constructors in gnu.mapping with parameters of type Namespace
Symbol(Namespace ns, java.lang.String name)
          Create new Symbol in a given namespace.
 

Uses of Namespace in gnu.xquery.lang
 

Fields in gnu.xquery.lang declared as Namespace
static Namespace[] XQuery.defaultFunctionNamespacePath
           
 Namespace[] XQResolveNames.functionNamespacePath
           
 Namespace[] XQParser.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
 Namespace Translator.namespaceResolvePrefix(Expression context)
           
 

Methods in kawa.lang with parameters of type Namespace
static Symbol Quote.makeSymbol(Namespace ns, java.lang.Object local)
           
 Symbol Translator.namespaceResolve(Namespace ns, Expression member)
           
 

Uses of Namespace in kawa.standard
 

Fields in kawa.standard declared as Namespace
static Namespace Scheme.unitNamespace