Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
XML
Speeding up Xerces SAXParser
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="hitectahir, post: 768778"] Hi, I have been using the SAXParser class of Xerces to parse some 40-60 K of XML on PersonalJava on an iPAQ. but it takes too much time (almost 30-40 seconds). Can anybody tell me if there are some options that can be selected in Xerces which can make the parsing process faster? For example, i initially used SAXParser xml... ... ... ... xml.setReaderFactory(new StreamingCharFactory()); but when i commented out the setReaderFactory method call, the speed increased by almost 33 %. Are there any other ways i can use to speed the thing up even more? Tahir. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
XML
Speeding up Xerces SAXParser
Top