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