Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.kawa.lispexpr | |
gnu.kawa.xml | |
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 | |
kawa.standard |
Modifier and Type | Field and Description |
---|---|
static Namespace |
Keyword.keywordNamespace |
Constructor and Description |
---|
Keyword(Namespace namespace,
java.lang.String name)
Used for constructing literals (int gnu.expr.LitTable).
|
Modifier and Type | Class and Description |
---|---|
class |
ClassNamespace |
class |
LispPackage
Implementa A Common Lisp "package" value.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlNamespace |
Modifier and Type | Field and Description |
---|---|
static Namespace |
Namespace.EmptyNamespace
The Namespace with the empty name.
|
Modifier and Type | Method and 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(java.lang.String prefix)
Create a "placeholder" for a namespace with a known prefix
but unknown uri.
|
static Namespace |
Namespace.valueOf() |
static Namespace |
Namespace.valueOf(java.lang.String name) |
static Namespace |
Namespace.valueOf(java.lang.String uri,
SimpleSymbol prefix) |
static Namespace |
Namespace.valueOf(java.lang.String uri,
java.lang.String prefix) |
Modifier and Type | Method and Description |
---|---|
void |
Symbol.setNamespace(Namespace ns) |
Constructor and Description |
---|
Symbol(Namespace ns,
java.lang.String name)
Create new Symbol in a given namespace.
|
Modifier and Type | Field and Description |
---|---|
static Namespace[] |
XQuery.defaultFunctionNamespacePath |
Namespace[] |
XQResolveNames.functionNamespacePath |
Namespace[] |
XQParser.functionNamespacePath |
static Namespace |
XQuery.kawaFunctionNamespace |
static Namespace |
XQuery.qexoFunctionNamespace |
static Namespace |
XQuery.xqueryFunctionNamespace |
Modifier and Type | Method and Description |
---|---|
Namespace |
Translator.namespaceResolvePrefix(Expression context) |
Modifier and Type | Method and Description |
---|---|
static Symbol |
Quote.makeSymbol(Namespace ns,
java.lang.Object local) |
Symbol |
Translator.namespaceResolve(Namespace ns,
Expression member) |
Modifier and Type | Field and Description |
---|---|
static Namespace |
Scheme.unitNamespace |