XmlPullParser解析xml inttEventType=mXmlPullParser.getEventType(); tEventType可能是END_DOCUMENT,START_DOCUMENT,START_TAG,END_TAG 使用getAttributeCount/getAttributeName/getAttributeValue/getText获取xml信息