开发者

Parse Xml to get attribute value in android using android SAX packages mathods

开发者 https://www.devze.com 2023-03-07 18:21 出处:网络
I am parsing an XML file in which certain element having attributes. Is there any way to get the attrib开发者_JAVA技巧ute value using methods given in android SAX package?Here\'s my real answer. :) Yo

I am parsing an XML file in which certain element having attributes. Is there any way to get the attrib开发者_JAVA技巧ute value using methods given in android SAX package?


Here's my real answer. :) You probably meant android.sax.

Then you need to add a StartElementListener and in start() you'll find your Attributes.

0

精彩评论

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