I'm trying to parse a tag using the SAXParserFactory, SAXParser and
the XMLReader classes, which contains a String that is bigger than
1024 characters. This gives me two returns in the "new String(ch,
start, length);" inside the "public void characters" method.

Except for making my code more complex, is there any other way I could
read ALL the characters at once?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to