Liking cljdoc? Tell your friends :D
Clojure only.

javax.naming.NameParser

This interface is used for parsing names from a hierarchical namespace. The NameParser contains knowledge of the syntactic information (like left-to-right orientation, name separator, etc.) needed to parse names.

The equals() method, when used to compare two NameParsers, returns true if and only if they serve the same namespace.

This interface is used for parsing names from a hierarchical
namespace.  The NameParser contains knowledge of the syntactic
information (like left-to-right orientation, name separator, etc.)
needed to parse names.

The equals() method, when used to compare two NameParsers, returns
true if and only if they serve the same namespace.
raw docstring

parseclj

(parse this name)

Parses a name into its components.

name - The non-null string name to parse. - java.lang.String

returns: A non-null parsed form of the name using the naming convention of this parser. - javax.naming.Name

throws: javax.naming.InvalidNameException - If name does not conform to syntax defined for the namespace.

Parses a name into its components.

name - The non-null string name to parse. - `java.lang.String`

returns: A non-null parsed form of the name using the naming convention
 of this parser. - `javax.naming.Name`

throws: javax.naming.InvalidNameException - If name does not conform to syntax defined for the namespace.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close