-
anvil.script.Namespace
interface Namespace
@author : Jani Lehtim�ki
-
bsh.NameSpace
A namespace in which methods, variables, and imports (class names) live. This is package public because it is used in the implementation of some bsh commands. However for normal use you should be using methods on bsh.Interpreter to interact with your scripts.
A bsh.This object is a thin layer over a NameSpace that associates it with an Interpreter instance. Together they comprise a Bsh scripted object context.
Note: I'd really like to use collections here, but we have to keep this compatible with JDK1.1
-
clojure.lang.Namespace
-
com.basho.riak.client.core.query.Namespace
Encapsulates a Riak bucket type and bucket name.
Riak 2.0 introduced bucket types, which form a namespace in Riak when combined with a bucket name. This class encapsulates those two items for use with operations.
Buckets in Riak are automatically created for a type if they do not yet exist. Bucket types, on the other hand, are not. Anything other than the {@literal default}bucket type must be explicitly created using the {@literal riak_admin} command line tool.
Bucket types can only be in UTF-8. Bucket names have no restrictions.
Buckets in the default bucket type can not hold CRDTs (e.g. Maps, Counters, Sets, etc).
@author Brian Roach
@since 2.0
-
com.corundumstudio.socketio.namespace.Namespace
Hub object for all clients in one namespace. Namespace shares by different namespace-clients.
@see com.corundumstudio.socketio.transport.NamespaceClient
-
com.dubture.getcomposer.core.objects.Namespace
oser.org/doc/04-schema.md#psr-0
@author Thomas Gossmann
-
com.google.dart.engine.internal.scope.Namespace
Instances of the class {@code Namespace} implement a mapping of identifiers to the elementsrepresented by those identifiers. Namespaces are the building blocks for scopes.
@coverage dart.engine.resolver
-
com.google.gxp.compiler.parser.Namespace
Represents an XML namespace.
-
com.google.javascript.jscomp.newtypes.Namespace
An object whose properties can be types (nominal types, enums, typedefs). Constructor/interface functions, enums and object literals can be namespaces.
@author blickly@google.com (Ben Lickly)
@author dimvar@google.com (Dimitris Vardoulakis)
-
com.google.test.metric.cpp.dom.Namespace
-
com.mozilla.grouperfish.naming.Namespace
Scopes resource access to a namespace.
-
com.nhncorp.mods.socket.io.impl.Namespace
com/LearnBoost/socket.io/blob/master/lib/namespace.js">namespace.js
@author Keesun Baik
-
com.orange.wink.model.Namespace
@author Sylvain Lalande
-
com.puppetlabs.geppetto.pp.pptp.NameSpace
A representation of the model object '
Name Space'.
The following features are supported:
- {@link com.puppetlabs.geppetto.pp.pptp.NameSpace#isReserved Reserved}
@see com.puppetlabs.geppetto.pp.pptp.PPTPPackage#getNameSpace()
@model
@generated
-
com.volantis.xml.pipeline.Namespace
This extended typesafe enumeration defines the standard pipeline namespaces available (though it can be extended to hold additional namespaces by deriving from this class). Each literal's internal name must be unique across all instances of this and any derived classes used within a given JVM class loader execution.
The symbolic enumeration literals store the actual namespace URI that they are equivalent to. A default namespace URI will be constructed for any literals for which a namespace isn't explicitly defined. This is constructed from the {@link #defaultPrefix} and the literal's internal name.
An application can either define its own default prefix via {@link #setDefaultPrefix} and accept that the literal's internal names are used tocomplete the URI or it can define (fully independent) URIs for each enumeration literal.
-
de.pdark.decentxml.Namespace
-
eu.musoft.eclipse.xpath.evaluation.plugin.views.namespaces.Namespace
This class represents a namespace.
-
info.bliki.wiki.namespaces.Namespace
-
javax.script.Namespace
Namespace is an interface which exposes a collectoin of key-value pairs.
@author Nandika Jayawardana
@author Sanka Samaranayake
-
javax.xml.stream.events.Namespace
-
mf.javax.xml.stream.events.Namespace
An interface that contains information about a namespace. Namespaces are accessed from a StartElement.
@version 1.0
@author Copyright (c) 2009 by Oracle Corporation. All Rights Reserved.
@see StartElement
@since 1.6
-
mfinder.annotation.Namespace
-
net.sf.laja.template.Namespace
-
net.sf.saxon.instruct.Namespace
An xsl:namespace element in the stylesheet. (XSLT 2.0)
-
net.sourceforge.argparse4j.inf.Namespace
This class holds attributes added by {@link ArgumentParser#parseArgs(String[])}.
It is just a wrapper of {@link Map} object which stores actual attributes.{@link Map} object can be retrieved using {@link #getAttrs()}. This class provides several shortcut methods to get attribute values. {@link #toString()} provides nice textual representation of storedattributes.
-
net.sourceforge.retroweaver.translator.NameSpace
-
net.tralfamadore.cmf.Namespace
User: billreh Date: 1/18/11 Time: 10:26 PM
-
nu.xom.Namespace
Represents a namespace in scope. It is used by XOM's XPath implementation for the namespace axis. However, it is not really part of the XOM data model. Namespace objects are only created as needed when evaluating XPath. While a namespace node has a parent element (which may be null), that element does not know about these namespace nodes and cannot remove them. (This is an inconsistency in the XPath data model, and is shared with attributes which also have parents but are not children.)
@author Elliotte Rusty Harold
@version 1.1b3
-
org.andromda.core.configuration.Namespace
A configurable namespace object. These are passed to Plugin instances (Cartridges, etc.).
@author Chad Brandon
-
org.apache.archiva.metadata.repository.cassandra.model.Namespace
@author Olivier Lamy
@since 2.0.0
-
org.apache.avalon.excalibur.naming.Namespace
eforge.net/jndikit/
-
org.apache.flex.abc.semantics.Namespace
.adobe.com/wiki/display/AVM2/4.3+Constant+pool">namespace.
-
org.apache.hadoop.fs.XAttr.NameSpace
-
org.apache.ivy.plugins.namespace.Namespace
-
org.apache.jackrabbit.webdav.xml.Namespace
Namespace
-
org.apache.slide.common.Namespace
A Namespace contains a hierarchically organized tree of information.
Objects in the namespace are generally referred to as Nodes. Nodes may have a parent, children, content and meta-data. They can also be versioned (so that multiple revisions of the object's content and metadata are stored) and locked (so that only specific principals are allowed to read or modify the object). In addition, access control information can be assigned to every node.
Nodes in the hierarchy are identified by their URI (Unique Resource Identifier). A URI is analogous to a file path in traditional file systems. For example:
/users/john/documents/my_document.txt
As you can see, the slash ("/") is used to separate nodes in the path.
Client applications can not access a Namespace object directly. Instead, access must be requested from the {@link Domain Domain}, which will hand out a proxy object ( {@link NamespaceAccessToken NamespaceAccessToken}) that enables the client application to access the namespace using the helpers.
Namespaces are necessarily self-contained. What this means is that a namespace cannot reference or contain links to another namespace. A namespace is typically assigned per-application, which effectively isolates it's data and security context from those of other applications.
@author
Remy Maucherat
@author Dirk Verbeeck
@version $Revision: 1.56.2.2 $
-
org.apache.struts2.convention.annotation.Namespace
Processes configuration, page, and action class paths to create snippets of the files for display.
-
org.apache.tapestry.engine.Namespace
Implementation of {@link org.apache.tapestry.INamespace}that works with a {@link ISpecificationSource} toobtain page and component specifications as needed.
@author Howard Lewis Ship
@version $Id: Namespace.java 243791 2004-02-19 17:38:13Z hlship $
@since 2.2
-
org.apache.tapestry5.clojure.Namespace
A mixin for a text field that allows for autocompletion of text fields. This is based on Prototype's autocompleter control.
The mixin renders an (initially invisible) progress indicator after the field (it will also be after the error icon most fields render). The progress indicator is made visible during the request to the server. The mixin then renders a <div> that will be filled in on the client side with dynamically obtained selections.
Multiple selection on the client is enabled by binding the tokens parameter (however, the mixin doesn't help split multiple selections up on the server, that is still your code's responsibility).
The container is responsible for providing an event handler for event "providecompletions". The context will be the partial input string sent from the client. The return value should be an array or list of completions, in presentation order. I.e.
String[] onProvideCompletionsFromMyField(String input) { return . . .; }
-
org.apache.torque.generator.qname.Namespace
An instance of this class represents a hierarchical namespace. The hierarchy parts are separated by dots. A namespace is in another namespace if it starts with all the components of the the other namespace (it may contain other components afterwards). For example, the namespace "org.apache.torque" is in the namespace "org.apache". Note that the components and their order need to be equal, it does not suffice if a namespace starts with another namespace. For example, the namespace "org.apache.torque" is not in the namespace "org.ap". Instances of this class are immutable. To guard against mutable subclasses, this class is final.
-
org.apache.xalan.xpath.xml.NameSpace
A representation of a namespace. One of these will be pushed on the namespace stack for each element.
-
org.apache.xml.utils.NameSpace
A representation of a namespace. One of these will be pushed on the namespace stack for each element.
-
org.castor.xmlctf.xmldiff.xml.nodes.Namespace
A class representing a Namespace for an Element. Objects of this type are not part of the XML node tree.
@author
Edward Kuns
@version $Revision: 0000 $ $Date: 2007-01-11 00:00:00 -0600 (Thu, 11 Jan 2007) $
@since Castor 1.1
-
org.codehaus.spice.jndikit.Namespace
Interface representing Namespace/NamingSystem. Associated with each namespace is a name parser, object factories and state factories.
@author Peter Donald
@version $Revision: 1.1 $
-
org.dom4j.Namespace
Namespace
is a Flyweight Namespace that can be shared amongst nodes.
@author
James Strachan
@version $Revision: 1.22 $
-
org.dspace.app.xmlui.wing.Namespace
This simple class just provides the Namespace datatype. It stores a URI that is publicly accessible. The actually definitions of namespaces is found in WingConstants.java.
@author Scott Phillips
-
org.eclipse.ecf.core.identity.Namespace
Namespace base class.
This class and subclasses define a namespace for the creation and management of ID instances. Creation of ID instances is accomplished via the {@link #createInstance(Object[])} method, implemented by subclasses of thisNamespace superclass.
All Namespace instances must have a unique name passed to the Namespace upon construction.
Typically Namespace instances are created via plugins that define extensions of the org.eclipse.ecf.namespace extension point. For example, to define a new Namespace subclass XMPPNamespace with name "ecf.xmpp" and add it to the ECF extension registry:
<extension point="org.eclipse.ecf.namespace"> <namespace class="XMPPNamespace" name="ecf.xmpp"/> </extension>
@see ID
-
org.eclipse.jst.jsf.common.runtime.internal.view.model.common.Namespace
-
org.eclipse.persistence.internal.descriptors.Namespace
INTERNAL: This class represents a Namespace. It is used to persist a collection of Namespaces to Deployment XML
@author mmacivor
@since release specific (what release of product did this appear in)
-
org.eclipse.persistence.internal.oxm.Namespace
INTERNAL: This class represents a Namespace. It is used to persist a collection of Namespaces to Deployment XML
@author mmacivor
@since release specific (what release of product did this appear in)
-
org.eclipse.uml2.uml.Namespace
-
org.eclipse.wst.wsdl.Namespace
A representation of the model object '
Namespace'.
@since 1.0
@ignore This class represents a namespace and the corresponding namespace prefix used in a WSDL document.
The following features are supported:
- {@link org.eclipse.wst.wsdl.Namespace#getURI URI}
- {@link org.eclipse.wst.wsdl.Namespace#getPrefix Prefix}
@see org.eclipse.wst.wsdl.WSDLPackage#getNamespace()
@model
@generated
-
org.enhydra.shark.xpdl.elements.Namespace
-
org.infinispan.configuration.parsing.Namespace
Namespace.
@author Tristan Tarrant
@since 5.2
-
org.jboss.as.controller.parsing.Namespace
-
org.jboss.as.jaxr.JAXRConstants.Namespace
-
org.jboss.as.jaxr.extension.JAXRConstants.Namespace
-
org.jboss.dna.graph.property.NamespaceRegistry.Namespace
-
org.jboss.seam.Namespace
A namespace for Seam component names.
@author Gavin King
-
org.jboss.seam.annotations.Namespace
-
org.jboss.weld.el.Namespace
A namespace for bean names
@author Gavin King
-
org.jdom.Namespace
An XML namespace representation, as well as a factory for creating XML namespace objects. Namespaces are not Serializable, however objects that use namespaces have special logic to handle serialization manually. These classes call the getNamespace() method on deserialization to ensure there is one unique Namespace object for any unique prefix/uri pair.
@version $Revision: 1.44 $, $Date: 2008/12/17 23:22:48 $
@author Brett McLaughlin
@author Elliotte Rusty Harold
@author Jason Hunter
@author Wesley Biggs
-
org.jdom2.Namespace
-
org.jnode.naming.NameSpace
-
org.modeshape.jcr.value.NamespaceRegistry.Namespace
-
org.openbel.framework.api.internal.KAMStoreDaoImpl.Namespace
-
org.openbel.framework.common.model.Namespace
Defines a namespace whose values may be used in statements.
@author Anthony Bargnesi {@code
}
-
org.openbel.framework.ws.model.Namespace
3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="prefix" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="resourceLocation" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
org.opengis.util.NameSpace
A domain in which {@linkplain GenericName names} given by character strings are defined.
@author Bryce Nordgren (USDA)
@author Martin Desruisseaux (IRD)
@since GeoAPI 2.1
@source $URL$
-
org.openrdf.model.Namespace
A namespace, consisting of a namespace name and a prefix that has been assigned to it.
-
org.openrdf.query.algebra.Namespace
The NAMESPACE function, which selects the namespace of URIs.
@author Arjohn Kampman
-
org.opensaml.xml.Namespace
Data structure for representing XML namespace attributes.
-
org.pdf4j.saxon.instruct.Namespace
An xsl:namespace element in the stylesheet. (XSLT 2.0)
-
org.renjin.primitives.packaging.Namespace
-
org.springframework.ws.server.endpoint.annotation.Namespace
-
org.stjs.javascript.annotation.Namespace
-
org.teiid.query.mapping.xml.Namespace
Represents a Single name space in a given XML document
-
org.wikipediacleaner.api.data.Namespace
Information about namespaces.
-
org.wildfly.extension.picketlink.federation.Namespace
-
org.wildfly.extension.picketlink.idm.Namespace
-
org.zkoss.idom.Namespace
Represents the namespace. A namespace is immutable, so you have to get a new one
@author tomyeh
@see Item