fixed bug 456 re namespaces
[org.ibex.core.git] / src / org / ibex / util / XML.java
index d3ed118..e148fb9 100644 (file)
@@ -832,7 +832,7 @@ public abstract class XML
         protected Element() { }
 
         /** Add (replace if exists in current element) a Namespace prefix/uri map. */
-        protected void addUri(String name, String value) {
+        public void addUri(String name, String value) {
             urimap.put(name, value);
         }