Class NamespacePool

java.lang.Object
coneforest.psylla.runtime.NamespacePool

public class NamespacePool extends Object
A namespace pool.
  • Constructor Details

    • NamespacePool

      public NamespacePool()
  • Method Details

    • get

      public PsyNamespace get(String prefix)
      Allocates (if absent) and returns the namespace object with the given prefix.
      Parameters:
      prefix - the prefix.
      Returns:
      the namespace object.