You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2003/10/15 17:11:11 UTC

DO NOT REPLY [Bug 23840] - char[] in the character gets flooded

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23840>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23840

char[] in the character gets flooded





------- Additional Comments From keshlam@us.ibm.com  2003-10-15 15:11 -------
Sounds like normal SAX operation. Text may be broken up into multiple calls to
characters(), and the array is not guaranteed to be retained from call to call
for buffer-management reasons. It's the application's responsibility to copy the
data it wishes to retain into whatever storage representation it considers
appropriate.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org