net.sf.jasperreports.engine.util
Class JRStringUtil
java.lang.Object
net.sf.jasperreports.engine.util.JRStringUtil
public final class JRStringUtil
- extends java.lang.Object
- Version:
- $Id: JRStringUtil.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
Method Summary |
static java.lang.String |
escapeJavaStringLiteral(java.lang.String text)
Escapes a text so that it can be used as a Java String literal. |
static java.lang.String |
getJavaIdentifier(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 |
getString(java.lang.Object value)
|
static java.util.List<java.lang.Integer> |
getTabIndexes(java.lang.String text)
|
static java.lang.String |
htmlEncode(java.lang.String text)
|
static java.lang.String |
replaceCRwithLF(java.lang.String text)
This method replaces all occurrences 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 |
JAVA_IDENTIFIER_PREFIX
protected static final java.lang.String JAVA_IDENTIFIER_PREFIX
- See Also:
- Constant Field Values
replaceCRwithLF
public static java.lang.String replaceCRwithLF(java.lang.String text)
- This method replaces all occurrences 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)
getJavaIdentifier
public static java.lang.String getJavaIdentifier(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
-
escapeJavaStringLiteral
public static java.lang.String escapeJavaStringLiteral(java.lang.String text)
- Escapes a text so that it can be used as a Java String literal.
- Parameters:
text
- the text
- Returns:
- the text with escaped quotes and backslashes
getTabIndexes
public static java.util.List<java.lang.Integer> getTabIndexes(java.lang.String text)
getString
public static java.lang.String getString(java.lang.Object value)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com