Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / org / xml / sax / InputSource.js
index d591435..7b1ea51 100644 (file)
@@ -1,64 +1,64 @@
-Clazz.declarePackage ("org.xml.sax");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.publicId = null;\r
-this.systemId = null;\r
-this.byteStream = null;\r
-this.encoding = null;\r
-this.characterStream = null;\r
-Clazz.instantialize (this, arguments);\r
-}, org.xml.sax, "InputSource");\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-});\r
-Clazz.makeConstructor (c$, \r
-function (systemId) {\r
-this.setSystemId (systemId);\r
-}, "~S");\r
-Clazz.makeConstructor (c$, \r
-function (byteStream) {\r
-this.setByteStream (byteStream);\r
-}, "java.io.InputStream");\r
-Clazz.makeConstructor (c$, \r
-function (characterStream) {\r
-this.setCharacterStream (characterStream);\r
-}, "java.io.Reader");\r
-Clazz.defineMethod (c$, "setPublicId", \r
-function (publicId) {\r
-this.publicId = publicId;\r
-}, "~S");\r
-Clazz.defineMethod (c$, "getPublicId", \r
-function () {\r
-return this.publicId;\r
-});\r
-Clazz.defineMethod (c$, "setSystemId", \r
-function (systemId) {\r
-this.systemId = systemId;\r
-}, "~S");\r
-Clazz.defineMethod (c$, "getSystemId", \r
-function () {\r
-return this.systemId;\r
-});\r
-Clazz.defineMethod (c$, "setByteStream", \r
-function (byteStream) {\r
-this.byteStream = byteStream;\r
-}, "java.io.InputStream");\r
-Clazz.defineMethod (c$, "getByteStream", \r
-function () {\r
-return this.byteStream;\r
-});\r
-Clazz.defineMethod (c$, "setEncoding", \r
-function (encoding) {\r
-this.encoding = encoding;\r
-}, "~S");\r
-Clazz.defineMethod (c$, "getEncoding", \r
-function () {\r
-return this.encoding;\r
-});\r
-Clazz.defineMethod (c$, "setCharacterStream", \r
-function (characterStream) {\r
-this.characterStream = characterStream;\r
-}, "java.io.Reader");\r
-Clazz.defineMethod (c$, "getCharacterStream", \r
-function () {\r
-return this.characterStream;\r
-});\r
+Clazz.declarePackage ("org.xml.sax");
+c$ = Clazz.decorateAsClass (function () {
+this.publicId = null;
+this.systemId = null;
+this.byteStream = null;
+this.encoding = null;
+this.characterStream = null;
+Clazz.instantialize (this, arguments);
+}, org.xml.sax, "InputSource");
+Clazz.makeConstructor (c$, 
+function () {
+});
+Clazz.makeConstructor (c$, 
+function (systemId) {
+this.setSystemId (systemId);
+}, "~S");
+Clazz.makeConstructor (c$, 
+function (byteStream) {
+this.setByteStream (byteStream);
+}, "java.io.InputStream");
+Clazz.makeConstructor (c$, 
+function (characterStream) {
+this.setCharacterStream (characterStream);
+}, "java.io.Reader");
+Clazz.defineMethod (c$, "setPublicId", 
+function (publicId) {
+this.publicId = publicId;
+}, "~S");
+Clazz.defineMethod (c$, "getPublicId", 
+function () {
+return this.publicId;
+});
+Clazz.defineMethod (c$, "setSystemId", 
+function (systemId) {
+this.systemId = systemId;
+}, "~S");
+Clazz.defineMethod (c$, "getSystemId", 
+function () {
+return this.systemId;
+});
+Clazz.defineMethod (c$, "setByteStream", 
+function (byteStream) {
+this.byteStream = byteStream;
+}, "java.io.InputStream");
+Clazz.defineMethod (c$, "getByteStream", 
+function () {
+return this.byteStream;
+});
+Clazz.defineMethod (c$, "setEncoding", 
+function (encoding) {
+this.encoding = encoding;
+}, "~S");
+Clazz.defineMethod (c$, "getEncoding", 
+function () {
+return this.encoding;
+});
+Clazz.defineMethod (c$, "setCharacterStream", 
+function (characterStream) {
+this.characterStream = characterStream;
+}, "java.io.Reader");
+Clazz.defineMethod (c$, "getCharacterStream", 
+function () {
+return this.characterStream;
+});