在用SAX解析XML文件时 只执行了startDocument()方法
其余几个都执行不到 是哪儿出了问题

android???SAX??XML
------解决方案--------------------
参数对了么
public void startElement(String uri, String localName, String qName, Attributes attributes) throws SAXException {
}
------解决方案--------------------
你最好贴出解析的代码和你的xml
------解决方案--------------------
http://blog.csdn.net/xiaanming/article/details/8937746SAX解析XML 楼主可以看看