use DOMParser or SAXParser from Nekohtml in android project -


i try use nekohtml parse html file.

problem: when use domparser or saxparser, receive these messages:

  in console: 

trouble processing: dx bad utf-8 byte 80 @ offset 00000021 ...while parsing cst 0213 @ offset 00001732 ...while parsing cst 0053 @ offset 00000176 ...while parsing org/apache/xerces/impl/xpath/regex/token.class ...while processing org/apache/xerces/impl/xpath/regex/token.class trouble processing: [2012-03-07 18:50:32 - info] dx bad utf-8 byte a0 @ offset 00000004 ...while parsing cst 00c0 @ offset 00000909 ...while parsing cst 003b @ offset 00000106 ...while parsing org/apache/xerces/impl/xpath/regex/parserforxmlschema.class ...while processing org/apache/xerces/impl/xpath/regex/parserforxmlschema.class

dx warning: ignoring innerclasses attribute anonymous inner class (org.apache.xerces.impl.xpath.xpath$1) doesn't come associated enclosingmethod attribute. class produced compiler did not target modern .class file format. recommended solution recompile class source, using up-to-date compiler , without specifying "-target" type options. consequence of ignoring warning reflective operations on class incorrectly indicate not inner class.

   in logcat window: 

could not find method org.apache.xerces.xni.namespacecontext.declareprefix, referenced method org.cyberneko.html.xercesbridge.xercesbridge_2_3.namespacecontext_declareprefix

fy: unable resolve interface method 5699: lorg/apache/xerces/xni/namespacecontext;. declareprefix(ljava/lang/string;ljava/lang/sring;)z

making copy of lorg/cyberneko/html/xercesbridge/xercesbridge_2_3;.namespacecontext_declareprefix code (24 bytes)

i don't put message because long

please, want know how can fix problem.. thanks


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -