blob: 5873822b4ccbaba0dc9fc4645f27e41846673484 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
Only in jing-20030619: META-INF
diff -ru jing-20030619-orig/src/com/thaiopensource/relaxng/util/JingTask.java jing-20030619/src/com/thaiopensource/relaxng/util/JingTask.java
--- jing-20030619-orig/src/com/thaiopensource/relaxng/util/JingTask.java 2003-05-30 20:54:52.000000000 -0400
+++ jing-20030619/src/com/thaiopensource/relaxng/util/JingTask.java 2006-01-22 00:14:34.000000000 -0500
@@ -178,4 +178,11 @@
filesets.addElement(set);
}
+ public String getXMLVersion() {
+ throw new UnsupportedOperationException();
+ }
+
+ public int getCharacterOffset() {
+ throw new UnsupportedOperationException();
+ }
}
diff -ru jing-20030619-orig/src/com/thaiopensource/validate/xerces/ValidatorImpl.java jing-20030619/src/com/thaiopensource/validate/xerces/ValidatorImpl.java
--- jing-20030619-orig/src/com/thaiopensource/validate/xerces/ValidatorImpl.java 2003-06-19 13:57:22.000000000 -0400
+++ jing-20030619/src/com/thaiopensource/validate/xerces/ValidatorImpl.java 2006-01-22 00:15:10.000000000 -0500
@@ -330,4 +330,12 @@
throw (RuntimeException)nested;
return new SAXException(nested);
}
+
+ public String getXMLVersion() {
+ throw new UnsupportedOperationException();
+ }
+ public int getCharacterOffset() {
+ throw new UnsupportedOperationException();
+ }
+
}
Only in jing-20030619/src/com/thaiopensource/validate/xerces: .ValidatorImpl.java.swp
|