kxml2.3.0.jar
XmlPullParser解析xml
inttEventType=mXmlPullParser.getEventType();
tEventType可能是END_DOCUMENT,START_DOCUMENT,START_TAG,END_TAG
使用getAttributeCount/getAttributeName/getAttributeValue/getText获取xml信息
下载地址
用户评论