Re: [android-developers] XML document parsing using the DOM API

2011-01-07 Thread TreKing
On Fri, Jan 7, 2011 at 12:04 PM, Ajay Prabandham  wrote:

> Any help would be greatly appreciated...


1 - New String("docid") is pointless.
2 - Please read the documentation for these classes. The APIs for DOM are
pretty straightforward. If you do get stuck, there should be plenty of
examples on online for parsing XML with DOM. Enough that having someone
repeat the same information for you here would not be worth the time.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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

Re: [android-developers] XML document parsing using the DOM API

2011-01-07 Thread Frank Weiss
This is a familiar question on the Android SDK forum, yet has little to do
with the SDK. Better to search the web where the subject of parsing XML with
Java is covered more broadly.

I would suggest using the SAX push or the SAX pull parsers instead of the
document builder (DOM) parser. All are available in the Andorid SDK, but the
latter scales poorly and uses more memory.

-- 
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

Re: [android-developers] XML document parsing using the DOM API

2011-01-07 Thread Ajay Prabandham
oops my sincere apologies for cluttering android space with this 
queryin fact, i am new to Java as well, so did not realize this is a 
Java issue.
Will check the Java API documentation. Thanks for redirecting me.

Regards,
Ajay


-- 
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