JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / org / exolab / castor / xml / Unmarshaller.js
1 Clazz.declarePackage ("org.exolab.castor.xml");
2 c$ = Clazz.declareType (org.exolab.castor.xml, "Unmarshaller");
3 Clazz.makeConstructor (c$, 
4 function (record) {
5 }, "~O");
6 Clazz.defineMethod (c$, "setIgnoreExtraElements", 
7 function (b) {
8 }, "~B");
9 Clazz.defineMethod (c$, "setIgnoreExtraAttributes", 
10 function (b) {
11 }, "~B");
12 Clazz.defineMethod (c$, "setMapping", 
13 function (map) {
14 }, "org.exolab.castor.mapping.Mapping");
15 Clazz.defineMethod (c$, "setLogWriter", 
16 function (printWriter) {
17 }, "java.io.PrintWriter");
18 Clazz.defineMethod (c$, "unmarshal", 
19 function (file) {
20 return null;
21 }, "java.io.Reader");
22 Clazz.defineMethod (c$, "setDebug", 
23 function (debugEnabled) {
24 }, "~B");