From 76ca3f317f4af91d76c868fef5ce5e6c0d45cb0c Mon Sep 17 00:00:00 2001
From: Stephen Colebourne "bread" & "butter"
.
*
Supports all known HTML 4.0 entities, including funky accents.
- * + *Supports all known HTML 4.0 entities, including funky accents. + * Note that the commonly used apostrophe escape character (') + * is not a legal entity and so is not supported).
+ * * @param str theString
to escape, may be null
* @return a new escaped String
, null
if null string input
*
@@ -464,11 +466,11 @@ public class StringEscapeUtils {
* "bread" & "butter"
* becomes:
*"bread" & "butter"
.
- *
- * Supports all known HTML 4.0 entities, including funky accents. Note that - * the common apostrophe escape character (' is not a legal entity - * and so is not supported.
- * + * + *Supports all known HTML 4.0 entities, including funky accents. + * Note that the commonly used apostrophe escape character (') + * is not a legal entity and so is not supported).
+ * * @param writer TheWriter
to write the result to. This must not be null
.
* @param string The String
to escape. This may be null
.
*