You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/nekohtml/files/nekohtml-0.9.5-xerces.patch

17 lines
705 B

Only in nekohtml-0.9.5-patched/: .build-html.xml.swp
diff -ru nekohtml-0.9.5/src/html/org/cyberneko/html/HTMLScanner.java nekohtml-0.9.5-patched/src/html/org/cyberneko/html/HTMLScanner.java
--- nekohtml-0.9.5/src/html/org/cyberneko/html/HTMLScanner.java 2005-06-19 00:04:02.000000000 -0400
+++ nekohtml-0.9.5-patched/src/html/org/cyberneko/html/HTMLScanner.java 2006-10-12 00:42:08.000000000 -0400
@@ -3274,4 +3274,11 @@
} // class LocationItem
+ public String getXMLVersion() {
+ throw new UnsupportedOperationException("Not implemented yet.");
+ }
+ public int getCharacterOffset() {
+ throw new UnsupportedOperationException("Not implemented yet.");
+ }
+
} // class HTMLScanner