X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fswingjs%2Fj2s%2Forg%2Fxml%2Fsax%2Fhelpers%2FLocatorImpl.js;fp=site%2Fswingjs%2Fj2s%2Forg%2Fxml%2Fsax%2Fhelpers%2FLocatorImpl.js;h=fb03788322d84cf819fd0cfb9e40bec60782b8f2;hp=995790441133e834dbce1e2f7d92e49e0dcbac56;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/swingjs/j2s/org/xml/sax/helpers/LocatorImpl.js b/site/swingjs/j2s/org/xml/sax/helpers/LocatorImpl.js index 9957904..fb03788 100644 --- a/site/swingjs/j2s/org/xml/sax/helpers/LocatorImpl.js +++ b/site/swingjs/j2s/org/xml/sax/helpers/LocatorImpl.js @@ -1,52 +1,52 @@ -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"); -}); +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"); +});