-
Feature Request
-
Resolution: Done
-
Minor
-
0.2
-
None
-
Low
NamespaceRegistry has no ability to obtain a consistent snapshot of the prefix/URI pairs, which is important for a thread-safe and concurrent namespace registry. Also, may want an alternative registry that takes a register behavior enum specifying what to do when registering a namespace if that namespace or prefix is already used. Options include: 1) replace, 2) use automatically generated prefix, 3) fail