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