我尝试使用nekohtml来解析html文件。
问题:当我使用DOMParser或SAXParser时,我会收到以下消息:
In my console:
故障处理: Dx错误utf-8字节80在偏移00000021 ...在偏移00001732解析cst 0213时 ...在偏移00000176处解析cst 0053时 ...在解析org / apache / xerces / impl / xpath / regex / Token.class时 ...处理org / apache / xerces / impl / xpath / regex / Token.class时 麻烦处理: [2012-03-07 18:50:32 - info] Dx bad utf-8 byte a0 at offset 00000004 ...在偏移00000909处解析cst 00c0时 ...在偏移00000106处解析cst 003b时 ...解析org / apache / xerces / impl / xpath / regex / ParserForXMLSchema.class ...处理org / apache / xerces / impl / xpath / regex / ParserForXMLSchema.class
Dx警告:忽略匿名内部类的InnerClasses属性 (org.apache.xerces.impl.xpath.XPath $ 1)没有附带 关联的EnclosingMethod属性。这堂课可能是由一个 没有以现代.class文件格式为目标的编译器。推荐 解决方案是使用最新的编译器从源代码重新编译类 并且没有指定任何“-target”类型选项。无视的后果 这个警告是这个类的反射操作会不正确 表明它不是内部阶级。
In my LogCat window:
找不到方法org.apache.xerces.xni.NamespaceContext.declarePrefix,从方法org.cyberneko.html.xercesbridge.XercesBridge_2_3.NamespaceContext_declarePrefix
引用FY:无法解析接口方法5699:Lorg / apache / xerces / xni / NamespaceContext;。 declarePrefix(Ljava /郎/字符串; Ljava /郎/ SRING;)z
复制Lorg / cyberneko / html / xercesbridge / XercesBridge_2_3; .NamespaceContext_declarePrefix代码(24字节)
我没有把所有的消息都放在
拜托,我想知道如何解决这个问题..谢谢