Java Doc for CharacterEntityFormat.java in » Development » ivatamasks » com » ivata » mask » web » format » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Convert characters to their HTML character entity equivalents.
since: ivata masks 0.4 (2002-06-19) author: Colin MacLeod author: colin.macleod@ivata.com version: $Revision: 1.5 $
Convert the character entities in the text provided.
Parameters: hTMLText - a text to convert all the character entities in formatted text where all of the characters are converted to theappropriate character entities.
Gets whether or not character entity conversion goes in the opposite
direction. If character entities are converted to characters then this
method returns true, otherwise false
true if character entities are converted tocharacters, otherwise false/
setReverse
final public void setReverse(boolean newReverse)(Code)
Set whether or not character entity conversion goes in the opposite
direction.
Parameters: newReverse - set to true if character entities shouldbe converted to characters, otherwise false.