You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2006/05/31 11:34:30 UTC

[jira] Updated: (LANG-260) StringEscapeUtils should expose escape*() methods taking Writer argument

     [ http://issues.apache.org/jira/browse/LANG-260?page=all ]

Henri Yandell updated LANG-260:
-------------------------------

    Fix Version: 2.2

Consider for 2.2. Haven't looked at the source in question for a few weeks, but it sounds fine at first glance.

> StringEscapeUtils should expose escape*() methods taking Writer argument
> ------------------------------------------------------------------------
>
>          Key: LANG-260
>          URL: http://issues.apache.org/jira/browse/LANG-260
>      Project: Commons Lang
>         Type: Improvement

>  Environment: N/A
>     Reporter: Norbert Reilly
>      Fix For: 2.2

>
> StringEscapeUtils.escapeXML(String) is the only exposed variant, but the package private Entities.XML class it uses under the covers has a variant taking a Writer. The StringEscapeUtils.escapeXML(Writer, String) variant would be much more efficient when incrementally escaping values and adding them one-by-one and could seemingly be exposed with very little effort. Ditto for the unescapeXML() case, and presumably other styles of escape/unescape (like HTML) that use the Entities class under the covers.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org