Compoze Software, Inc.

com.compoze.jsp
Class HtmlToTextConverter11


java.lang.Object

  |

  +--com.compoze.jsp.HtmlToTextConverter11


public class HtmlToTextConverter11
extends java.lang.Object

This class implements a converter which will take HTML and turn it into text. It uses the original Jakarta ORO packages for JDK 1.1.x compatibility.


Constructor Summary
HtmlToTextConverter11()
           
 
Method Summary
static java.lang.String convertHtmlToText(java.lang.String sHtmlForm)
          Converts a string in html form to string in text form.
static void main(java.lang.String[] args)
          This is an exerciser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlToTextConverter11


public HtmlToTextConverter11()
Method Detail

convertHtmlToText


public static java.lang.String convertHtmlToText(java.lang.String sHtmlForm)
Converts a string in html form to string in text form. This is done by removing all text between the < and > characters.
Parameters:
sHtmlForm - String in html form
Returns:
String in text form

main


public static void main(java.lang.String[] args)
This is an exerciser.

Compoze Software, Inc.

Copyright ©1999-2001 Compoze Software, Inc. All rights reserved.