X-Git-Url: http://git.megacz.com/?p=org.ibex.core.git;a=blobdiff_plain;f=src%2Forg%2Fxwt%2Ftranslators%2FHTML.java;h=4b40a34bac87dc3ff20f8fd258561ef97f8f4149;hp=a3bf8aa2cbd4c8af9695d17623598156ccd51541;hb=3591b88b94a6bb378af3d4abe6eb5233ce583104;hpb=de378041d5ca2aca1a2b5a31ef15ae90a86c977f diff --git a/src/org/xwt/translators/HTML.java b/src/org/xwt/translators/HTML.java index a3bf8aa..4b40a34 100644 --- a/src/org/xwt/translators/HTML.java +++ b/src/org/xwt/translators/HTML.java @@ -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),