Sophie

Sophie

distrib > Mageia > 2 > i586 > media > core-release-src > by-pkgid > 9df289f511610b1649172c10fb1f393b > files > 1

jing03-0.1-0.20030619.1.mga2.src.rpm

--- src/com/thaiopensource/validate/xerces/ValidatorImpl.java.sav	2005-10-10 18:41:23.000000000 +0200
+++ src/com/thaiopensource/validate/xerces/ValidatorImpl.java	2005-10-10 18:42:26.000000000 +0200
@@ -287,6 +287,10 @@
     return locator.getPublicId();
   }
 
+  public String getXMLVersion() {
+    return null;
+  }
+
   public String getEncoding() {
     return null;
   }
@@ -311,6 +315,10 @@
     return locator.getColumnNumber();
   }
 
+  public int getCharacterOffset() {
+    return -1;
+  }
+
   static SAXException toSAXException(XNIException e) {
     if (e instanceof XMLParseException) {
       XMLParseException pe = (XMLParseException)e;