comparison dwtx/jface/internal/text/html/HTML2TextReader.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 6dcb0baaa031
children 5cf141e43417
comparison
equal deleted inserted replaced
146:75302ef3f92f 147:000f9136b8f7
43 * <p> 43 * <p>
44 * Moved into this package from <code>dwtx.jface.internal.text.revisions</code>.</p> 44 * Moved into this package from <code>dwtx.jface.internal.text.revisions</code>.</p>
45 */ 45 */
46 public class HTML2TextReader : SubstitutionTextReader { 46 public class HTML2TextReader : SubstitutionTextReader {
47 47
48 private static final String EMPTY_STRING= ""; //$NON-NLS-1$ 48 private static const String EMPTY_STRING= ""; //$NON-NLS-1$
49 private static final Map fgEntityLookup; 49 private static const Map fgEntityLookup;
50 private static final Set fgTags; 50 private static const Set fgTags;
51 51
52 static { 52 static {
53 53
54 fgTags= new HashSet(); 54 fgTags= new HashSet();
55 fgTags.add("b"); //$NON-NLS-1$ 55 fgTags.add("b"); //$NON-NLS-1$