This class is used for canonicalization of namespace URIs. It will act as a layer above String.intern(), trying to reduce calls to somewhat slow intern() method, and to do that as efficiently as possible considering that Strings in question are often longer than names in xml documents.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.