Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / org / xml / sax / ext / Locator2Impl.js
index cdd333f..fb83521 100644 (file)
@@ -1,36 +1,36 @@
-Clazz.declarePackage ("org.xml.sax.ext");\r
-Clazz.load (["org.xml.sax.ext.Locator2", "org.xml.sax.helpers.LocatorImpl"], "org.xml.sax.ext.Locator2Impl", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.encoding = null;\r
-this.version = null;\r
-Clazz.instantialize (this, arguments);\r
-}, org.xml.sax.ext, "Locator2Impl", org.xml.sax.helpers.LocatorImpl, org.xml.sax.ext.Locator2);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-Clazz.superConstructor (this, org.xml.sax.ext.Locator2Impl, []);\r
-});\r
-Clazz.makeConstructor (c$, \r
-function (locator) {\r
-Clazz.superConstructor (this, org.xml.sax.ext.Locator2Impl, [locator]);\r
-if (Clazz.instanceOf (locator, org.xml.sax.ext.Locator2)) {\r
-var l2 = locator;\r
-this.version = l2.getXMLVersion ();\r
-this.encoding = l2.getEncoding ();\r
-}}, "org.xml.sax.Locator");\r
-Clazz.defineMethod (c$, "getXMLVersion", \r
-function () {\r
-return this.version;\r
-});\r
-Clazz.defineMethod (c$, "getEncoding", \r
-function () {\r
-return this.encoding;\r
-});\r
-Clazz.defineMethod (c$, "setXMLVersion", \r
-function (version) {\r
-this.version = version;\r
-}, "~S");\r
-Clazz.defineMethod (c$, "setEncoding", \r
-function (encoding) {\r
-this.encoding = encoding;\r
-}, "~S");\r
-});\r
+Clazz.declarePackage ("org.xml.sax.ext");
+Clazz.load (["org.xml.sax.ext.Locator2", "org.xml.sax.helpers.LocatorImpl"], "org.xml.sax.ext.Locator2Impl", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.encoding = null;
+this.version = null;
+Clazz.instantialize (this, arguments);
+}, org.xml.sax.ext, "Locator2Impl", org.xml.sax.helpers.LocatorImpl, org.xml.sax.ext.Locator2);
+Clazz.makeConstructor (c$, 
+function () {
+Clazz.superConstructor (this, org.xml.sax.ext.Locator2Impl, []);
+});
+Clazz.makeConstructor (c$, 
+function (locator) {
+Clazz.superConstructor (this, org.xml.sax.ext.Locator2Impl, [locator]);
+if (Clazz.instanceOf (locator, org.xml.sax.ext.Locator2)) {
+var l2 = locator;
+this.version = l2.getXMLVersion ();
+this.encoding = l2.getEncoding ();
+}}, "org.xml.sax.Locator");
+Clazz.defineMethod (c$, "getXMLVersion", 
+function () {
+return this.version;
+});
+Clazz.defineMethod (c$, "getEncoding", 
+function () {
+return this.encoding;
+});
+Clazz.defineMethod (c$, "setXMLVersion", 
+function (version) {
+this.version = version;
+}, "~S");
+Clazz.defineMethod (c$, "setEncoding", 
+function (encoding) {
+this.encoding = encoding;
+}, "~S");
+});