[ 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to