===============================================
InputSource getInputSource = GetInputSource(getXML);
DOMParser getParser = new DOMParser();
//下面这一句刚加上,就有以下错误:不加就没错,怎么回事,这可是开放源代码来的,怎么办?
getParser.parse(getInputSource);
//错误:
java.lang.VerifyError
------解决方法--------------------------------------------------------
VerifyError指的是verify你的xml吧