java.lang.Object
coneforest.psylla.runtime.NamespacePool
A namespace pool.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAllocates (if absent) and returns thenamespace
object with the given prefix.
-
Constructor Details
-
NamespacePool
public NamespacePool()
-
-
Method Details
-
get
Allocates (if absent) and returns thenamespace
object with the given prefix.- Parameters:
prefix
- the prefix.- Returns:
- the
namespace
object.
-