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 NamespaceKeyword. keywordNamespaceConstructors 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 classClassNamespaceclassLispPackageImplement a Common Lisp "package" value.Fields in gnu.kawa.lispexpr declared as Namespace Modifier and Type Field Description static NamespaceLispLanguage. constructNamespacestatic NamespaceLispLanguage. entityNamespaceNamespaceLispPackage. exportedThe set of exported symbols.static NamespaceLispLanguage. unitNamespaceThe 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 NamespaceLispPackage. valueOfNoCreate(String name)Methods in gnu.kawa.lispexpr with parameters of type Namespace Modifier and Type Method Description LListLispPackage. allSymbols(Namespace ns)The list of symbols managed by a given namespace.voidLispPackage. setExportedNamespace(Namespace exp) -
Uses of Namespace in gnu.kawa.xml
Subclasses of Namespace in gnu.kawa.xml Modifier and Type Class Description classXmlNamespace -
Uses of Namespace in gnu.mapping
Fields in gnu.mapping declared as Namespace Modifier and Type Field Description static NamespaceNamespace. EmptyNamespaceThe Namespace with the empty name.Methods in gnu.mapping that return Namespace Modifier and Type Method Description static NamespaceNamespace. create()static NamespaceNamespace. create(int capacity)NamespaceEnvironment. defaultNamespace()static NamespaceNamespace. getDefault()NamespaceSymbol. getNamespace()static NamespaceNamespace. makeUnknownNamespace(String prefix)Create a "placeholder" for a namespace with a known prefix but unknown uri.static NamespaceNamespace. valueOf()static NamespaceNamespace. valueOf(String name)Return Namespace with the given name (namespace-URI).static NamespaceNamespace. valueOf(String uri, SimpleSymbol prefix)static NamespaceNamespace. valueOf(String uri, String prefix)static NamespaceNamespace. 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 SymbolSymbol. makeUninterned(String name, Namespace namespace)voidSymbol. 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. defaultFunctionNamespacePathNamespace[]XQParser. functionNamespacePathNamespace[]XQResolveNames. functionNamespacePathstatic NamespaceXQuery. kawaFunctionNamespacestatic NamespaceXQuery. qexoFunctionNamespacestatic NamespaceXQuery. xqueryFunctionNamespace -
Uses of Namespace in kawa.lang
Methods in kawa.lang that return Namespace Modifier and Type Method Description NamespaceTranslator. namespaceResolvePrefix(Expression context)Methods in kawa.lang with parameters of type Namespace Modifier and Type Method Description static SymbolQuote. makeSymbol(Namespace ns, Object local)SymbolTranslator. namespaceResolve(Namespace ns, Expression member)
-