Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / org / xml / sax / helpers / LocatorImpl.js
index 9957904..fb03788 100644 (file)
@@ -1,52 +1,52 @@
-Clazz.declarePackage ("org.xml.sax.helpers");\r
-Clazz.load (["org.xml.sax.Locator"], "org.xml.sax.helpers.LocatorImpl", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.publicId = null;\r
-this.systemId = null;\r
-this.lineNumber = 0;\r
-this.columnNumber = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, org.xml.sax.helpers, "LocatorImpl", null, org.xml.sax.Locator);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-});\r
-Clazz.makeConstructor (c$, \r
-function (locator) {\r
-this.setPublicId (locator.getPublicId ());\r
-this.setSystemId (locator.getSystemId ());\r
-this.setLineNumber (locator.getLineNumber ());\r
-this.setColumnNumber (locator.getColumnNumber ());\r
-}, "org.xml.sax.Locator");\r
-Clazz.defineMethod (c$, "getPublicId", \r
-function () {\r
-return this.publicId;\r
-});\r
-Clazz.defineMethod (c$, "getSystemId", \r
-function () {\r
-return this.systemId;\r
-});\r
-Clazz.defineMethod (c$, "getLineNumber", \r
-function () {\r
-return this.lineNumber;\r
-});\r
-Clazz.defineMethod (c$, "getColumnNumber", \r
-function () {\r
-return this.columnNumber;\r
-});\r
-Clazz.defineMethod (c$, "setPublicId", \r
-function (publicId) {\r
-this.publicId = publicId;\r
-}, "~S");\r
-Clazz.defineMethod (c$, "setSystemId", \r
-function (systemId) {\r
-this.systemId = systemId;\r
-}, "~S");\r
-Clazz.defineMethod (c$, "setLineNumber", \r
-function (lineNumber) {\r
-this.lineNumber = lineNumber;\r
-}, "~N");\r
-Clazz.defineMethod (c$, "setColumnNumber", \r
-function (columnNumber) {\r
-this.columnNumber = columnNumber;\r
-}, "~N");\r
-});\r
+Clazz.declarePackage ("org.xml.sax.helpers");
+Clazz.load (["org.xml.sax.Locator"], "org.xml.sax.helpers.LocatorImpl", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.publicId = null;
+this.systemId = null;
+this.lineNumber = 0;
+this.columnNumber = 0;
+Clazz.instantialize (this, arguments);
+}, org.xml.sax.helpers, "LocatorImpl", null, org.xml.sax.Locator);
+Clazz.makeConstructor (c$, 
+function () {
+});
+Clazz.makeConstructor (c$, 
+function (locator) {
+this.setPublicId (locator.getPublicId ());
+this.setSystemId (locator.getSystemId ());
+this.setLineNumber (locator.getLineNumber ());
+this.setColumnNumber (locator.getColumnNumber ());
+}, "org.xml.sax.Locator");
+Clazz.defineMethod (c$, "getPublicId", 
+function () {
+return this.publicId;
+});
+Clazz.defineMethod (c$, "getSystemId", 
+function () {
+return this.systemId;
+});
+Clazz.defineMethod (c$, "getLineNumber", 
+function () {
+return this.lineNumber;
+});
+Clazz.defineMethod (c$, "getColumnNumber", 
+function () {
+return this.columnNumber;
+});
+Clazz.defineMethod (c$, "setPublicId", 
+function (publicId) {
+this.publicId = publicId;
+}, "~S");
+Clazz.defineMethod (c$, "setSystemId", 
+function (systemId) {
+this.systemId = systemId;
+}, "~S");
+Clazz.defineMethod (c$, "setLineNumber", 
+function (lineNumber) {
+this.lineNumber = lineNumber;
+}, "~N");
+Clazz.defineMethod (c$, "setColumnNumber", 
+function (columnNumber) {
+this.columnNumber = columnNumber;
+}, "~N");
+});