|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.nodal.util.Names
A static factory class for creating Names and Namespaces.
Constructor Summary | |
Names()
|
Method Summary | |
static Name |
getName(java.lang.String nm)
Access the Name associated with the given String. |
static Name |
getNameInNamespace(java.lang.String ns,
Name nm)
Access the Name associated with the given String in the named Namespace. |
static Name |
getNameInNamespace(java.lang.String ns,
java.lang.String nm)
Access the Name associated with the given String in the named Namespace. |
static Namespace |
getNamespace(Path path)
Access or create the unique Namespace with this name. |
static Namespace |
getNamespace(java.lang.String uri)
Access or create a Namespace with the given URI. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Names()
Method Detail |
public static Name getName(java.lang.String nm)
nm
- the name of the Name
public static Name getNameInNamespace(java.lang.String ns, java.lang.String nm)
ns
- the name of the Namespacenm
- the name of the Name
public static Name getNameInNamespace(java.lang.String ns, Name nm)
ns
- the name of the Namespacenm
- the name of the Name
public static Namespace getNamespace(Path path)
path
- the Path of the Namespace requested.
public static Namespace getNamespace(java.lang.String uri)
uri
- a URI String to identify the Namespace
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |