/** Set the default namespace for element and type names */
 public void setDefaultElementNamespace(String uri) {
   defaultElementNamespace = namePool.allocateCodeForURI(uri);
 }