I see a generic XML Pull Parser in the public APIs. Is that good
enough?

For example, copying the XML Pull Parser example out of this reference
page, putting it into an Activity subclass, and tweaking the exception
handling and output method seems to work fine for me:
http://developer.android.com/reference/org/xmlpull/v1/XmlPullParser.html

It's even possible it is using kXML for the implementation, just using
the generic API to access it.

On Sep 13, 1:01 am, JavaNut <[email protected]> wrote:
> I did some more searching.  The KXML classes are in dalvik/libcore,
> and they are not in android.jar, and thus they are not visible to me
> as an app developer.  Of course they are used internally for various
> things.
>
> Is there some way to use classes in libcore?  Or are those separated,
> and I shouldn't use them?  Will they conflict with my application's
> classes?  For instance, there is a class in libcore called
> org.kxml2.io.KXmlParser.  If I include the KXML classes in my
> application, I'll have a class with the same name.  Which one will be
> "found" by my application?
>
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to