SAX解析xml文件
在用SAX解析XML文件时 只执行了startDocument()方法
其余几个都执行不到 是哪儿出了问题 android???SAX??XML
[解决办法]
参数对了么
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
}