made XML.Elem public
[org.ibex.util.git] / src / org / ibex / util / XML.java
index 64940c2..169b262 100644 (file)
@@ -973,7 +973,7 @@ public abstract class XML
         public void out(OutputStream out) { throw new UnsupportedOperationException(); }
     }
 
-    private static final class Elem
+    public static final class Elem
             implements Tree.Element, Tree.Attributes, Tree.Prefixes, Serializable {
         private String uri = null;
         private String localName = null;