Java xml parser compatible with android -


i working on getting of code within project run java application instead of android app: https://code.google.com/p/pandoroid/

i working on pandora client , use api developed within project, seems rely on android dependencies when comes xml parser. can recommend library compatible minimum code editing?

errors revolve around:

import org.xmlpull.v1.xmlpullparser; import org.xmlpull.v1.xmlpullparserexception; import org.xmlpull.v1.xmlpullparserfactory; import org.xmlpull.v1.xmlserializer; 

(i solved these googling , finding libraries)

and more importantly

import android.util.xml; 

thanks in advance!

i enjoy using xml tool. it's fluent api, can write short statements accomplish need.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -