net.sf.jasperreports.engine.util
Class JRStringUtil

java.lang.Object
  extended by net.sf.jasperreports.engine.util.JRStringUtil

public class JRStringUtil
extends java.lang.Object

Version:
$Id: JRStringUtil.java 2071 2008-01-31 09:29:53Z lucianc $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Constructor Summary
JRStringUtil()
           
 
Method Summary
static java.lang.String getLiteral(java.lang.String name)
          Takes a name and returns the same if it is a Java identifier; else it substitutes the illegal characters so that it can be an identifier
static java.lang.String htmlEncode(java.lang.String text)
           
static java.lang.String replaceCRwithLF(java.lang.String text)
          This method replaces all occurences of the CR character with the LF character, except when the CR is immediately followed by a LF (CRLF sequences), in which case the CR is removed.
static java.lang.String xmlEncode(java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRStringUtil

public JRStringUtil()
Method Detail

replaceCRwithLF

public static java.lang.String replaceCRwithLF(java.lang.String text)
This method replaces all occurences of the CR character with the LF character, except when the CR is immediately followed by a LF (CRLF sequences), in which case the CR is removed.


xmlEncode

public static java.lang.String xmlEncode(java.lang.String text)

htmlEncode

public static java.lang.String htmlEncode(java.lang.String text)

getLiteral

public static java.lang.String getLiteral(java.lang.String name)
Takes a name and returns the same if it is a Java identifier; else it substitutes the illegal characters so that it can be an identifier

Parameters:
name -


© 2001-2006 JasperSoft Corporation www.jaspersoft.com