2003/12/26 00:06:08
[org.ibex.core.git] / src / org / xwt / util / XML.java
index 8744cf4..9d39ac5 100644 (file)
@@ -788,7 +788,7 @@ public abstract class XML
         public String getPrefix() { return prefix; }
 
         /** URI of current tag. XML Namespace Spec 14-Jan-1999 section 1 */
-        public String getUri() { return getUri(null); }
+        public String getUri() { return getUri(prefix); }
 
         /** URI of a given prefix. Never returns null, instead gives "". */
         public String getUri(String p) {