09-11-2009, 12:05 AM
|
#1 (permalink)
|
| New Member
Join Date: Sep 2009 Model: 6330 PIN: N/A Carrier: at&t
Posts: 1
Post Thanks: 0 Thanked 0 Times in 0 Posts
| XMLWriter throws ArrayIndexOutOfBoundsException Please Login to Remove! Hello,
I'm using DOMInternalRepresentation.parse with an XMLWriter to produce a string representation of a DOM XML tree.
On the BB 8330 simulator, the string output code runs smoothly until I modify my DOM tree by setting a prefix on an element node (e.g. node.setPrefix("foo"), so I get an element that looks like this: <foo:name>...). At that point, running the string output routine (again DOMInternalRepresentation.parse with an XMLWriter) gives me an "ArrayIndexOutOfBoundsException: -1 < 0". I'm assuming the problem is in the XMLWriter, or less likely, in the DOMInternalRepresentation. It's quite possible that I'm misusing the API.
I would appreciate any help you could provide with this.
amin |
| Offline
| |