com.brainysoftware.component
Class HtmlParser

java.lang.Object
  extended by com.brainysoftware.component.HtmlParser

public class HtmlParser
extends java.lang.Object


Constructor Summary
HtmlParser()
           
 
Method Summary
 java.lang.String convertString(java.lang.String s)
          Convert the specified string according to Rule A.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlParser

public HtmlParser()
Method Detail

convertString

public java.lang.String convertString(java.lang.String s)
Convert the specified string according to Rule A. You can also use the StringUtil.toMixedCase method.

Parameters:
s - the String to be converted
Returns:
A new String object converted according to Rule A.
See Also:
StringUtil.toMixedCase method