A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
INamespaceManager — Interface in package com.ericfeminella.ns |
|
INamespaceManager defines the contract for
Namespace management APIs which are utilized
by classes and components within an application to retrieve
the unique Namespace under which the current
context of an application is executing
|
instance — Static property in class com.ericfeminella.ns.ContextNamespace |
|
Defines the Singleton instance of ContextNamespace
which is utilized by an application to determine and retrieve
the current context Namespace of the application
|
isCurrentContext(ns) — Method in class com.ericfeminella.ns.ContextNamespace |
|
Determines if the current contextual Namespace
is that of the specified Namespace
|
isCurrentContext(ns) — Method in interface com.ericfeminella.ns.INamespaceManager |
|
Determines if the current contextual Namespace
is that of the specified Namespace
|
isCurrentURI(uri) — Method in class com.ericfeminella.ns.ContextNamespace |
|
Determines if the current contextual Namespace
URI is equal to that of the specified Namespace
|
isCurrentURI(uri) — Method in interface com.ericfeminella.ns.INamespaceManager |
|
Determines if the current contextual Namespace
URI is equal to that of the specified Namespace
|
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |