| com.ivata.mask.web.format.HTMLFormat
All known Subclasses: com.ivata.mask.web.format.SearchReplaceFormat, com.ivata.mask.web.format.LeadingCharacterFormat, com.ivata.mask.web.format.MaximumLengthFormat, com.ivata.mask.web.format.LineBreakFormat, com.ivata.mask.web.format.CaseFormat, com.ivata.mask.web.format.LinkFormat, com.ivata.mask.web.format.CharacterEntityFormat, com.ivata.mask.web.format.StripTagFormat, com.ivata.mask.web.format.URLFormat, com.ivata.mask.web.format.WordWrapFormat, com.ivata.mask.web.format.NonBreakingSpaceFormat,
HTMLFormat | public interface HTMLFormat (Code) | |
Abstract class defining the methods of a plug-in to
HTMLFormatterHTMLFormatter . Each add-in should be a simple class performing one or two
related formatting operations. These can then be combined to define a
complete set of formatting in one formatter.
since: ivata masks 0.4 (2002-06-19) author: Colin MacLeod author: colin.macleod@ivata.com version: $Revision: 1.3 $ |
Method Summary | |
String | format(String hTMLText)
This method actually achieves the formatting and is overridden by each
add-in.
Parameters: hTMLText - text to be converted - unformatted text. |
format | String format(String hTMLText)(Code) | |
This method actually achieves the formatting and is overridden by each
add-in.
Parameters: hTMLText - text to be converted - unformatted text. converted/formatted text. |
|
|