mass rename and rebranding from xwt to ibex - fixed to use ixt files
[org.ibex.core.git] / src / org / xwt / translators / HTML.java
index a3bf8aa..4b40a34 100644 (file)
@@ -1,11 +1,8 @@
 // Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.translators;
 
-import java.util.*;
-import java.net.*;
 import java.io.*;
-import org.xwt.js.*;
-import org.xwt.util.*;
+import org.ibex.js.*;
 
 /* 
  * While entities are limited to a subset of Unicode characters ,
@@ -25,7 +22,7 @@ import org.xwt.util.*;
 
 /**
  *   This class parses an InputStream containing HTML and returns it
- *   as an XWT DOM tree. Each HTML Element is returned as a struct,
+ *   as an Ibex DOM tree. Each HTML Element is returned as a struct,
  *   with the following members:
  *
  *   Since HTML may have multiple top level elements (unlike XML),