X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Forg%2Fxml%2Fsax%2FInputSource.js;fp=site%2Fj2s%2Forg%2Fxml%2Fsax%2FInputSource.js;h=7b1ea5163080d6e161743da9efec37e4f18a874c;hp=d591435d8c47f0f7e01143046791f420df4b04e6;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/org/xml/sax/InputSource.js b/site/j2s/org/xml/sax/InputSource.js index d591435..7b1ea51 100644 --- a/site/j2s/org/xml/sax/InputSource.js +++ b/site/j2s/org/xml/sax/InputSource.js @@ -1,64 +1,64 @@ -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; -}); +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; +});