开发者

javax.xml.xpath jar/src available?

开发者 https://www.devze.com 2023-01-25 06:36 出处:网络
does anybody know where i can download the src code or even a lib jar file of this package? the reason i ask is because i wish to use xpath on android devices that are l开发者_JAVA技巧ower than andro

does anybody know where i can download the src code or even a lib jar file of this package?

the reason i ask is because i wish to use xpath on android devices that are l开发者_JAVA技巧ower than android 2.2

Android 2.2 is the only API that supports and uses the xpath package which is very strange as xpath has been in J2SE for a long time.


These are present in rt.jar from the JRE/lib. But you're not supposed to use those on Android.

See http://code.google.com/p/android/issues/detail?id=458 and http://code.google.com/p/android/issues/detail?id=515 for a workaround

The Android system provides its own equivalent, so it is inappropriate to try to use rt.jar as part of an Android application.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号