Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / org / xml / sax / HandlerBase.js
index 85425ba..b2fc661 100644 (file)
@@ -1,48 +1,48 @@
-Clazz.declarePackage ("org.xml.sax");\r
-Clazz.load (["org.xml.sax.DTDHandler", "$.DocumentHandler", "$.EntityResolver", "$.ErrorHandler"], "org.xml.sax.HandlerBase", null, function () {\r
-c$ = Clazz.declareType (org.xml.sax, "HandlerBase", null, [org.xml.sax.EntityResolver, org.xml.sax.DTDHandler, org.xml.sax.DocumentHandler, org.xml.sax.ErrorHandler]);\r
-Clazz.overrideMethod (c$, "resolveEntity", \r
-function (publicId, systemId) {\r
-return null;\r
-}, "~S,~S");\r
-Clazz.overrideMethod (c$, "notationDecl", \r
-function (name, publicId, systemId) {\r
-}, "~S,~S,~S");\r
-Clazz.overrideMethod (c$, "unparsedEntityDecl", \r
-function (name, publicId, systemId, notationName) {\r
-}, "~S,~S,~S,~S");\r
-Clazz.overrideMethod (c$, "setDocumentLocator", \r
-function (locator) {\r
-}, "org.xml.sax.Locator");\r
-Clazz.overrideMethod (c$, "startDocument", \r
-function () {\r
-});\r
-Clazz.overrideMethod (c$, "endDocument", \r
-function () {\r
-});\r
-Clazz.overrideMethod (c$, "startElement", \r
-function (name, attributes) {\r
-}, "~S,org.xml.sax.AttributeList");\r
-Clazz.overrideMethod (c$, "endElement", \r
-function (name) {\r
-}, "~S");\r
-Clazz.overrideMethod (c$, "characters", \r
-function (ch, start, length) {\r
-}, "~A,~N,~N");\r
-Clazz.overrideMethod (c$, "ignorableWhitespace", \r
-function (ch, start, length) {\r
-}, "~A,~N,~N");\r
-Clazz.overrideMethod (c$, "processingInstruction", \r
-function (target, data) {\r
-}, "~S,~S");\r
-Clazz.overrideMethod (c$, "warning", \r
-function (e) {\r
-}, "org.xml.sax.SAXParseException");\r
-Clazz.overrideMethod (c$, "error", \r
-function (e) {\r
-}, "org.xml.sax.SAXParseException");\r
-Clazz.overrideMethod (c$, "fatalError", \r
-function (e) {\r
-throw e;\r
-}, "org.xml.sax.SAXParseException");\r
-});\r
+Clazz.declarePackage ("org.xml.sax");
+Clazz.load (["org.xml.sax.DTDHandler", "$.DocumentHandler", "$.EntityResolver", "$.ErrorHandler"], "org.xml.sax.HandlerBase", null, function () {
+c$ = Clazz.declareType (org.xml.sax, "HandlerBase", null, [org.xml.sax.EntityResolver, org.xml.sax.DTDHandler, org.xml.sax.DocumentHandler, org.xml.sax.ErrorHandler]);
+Clazz.overrideMethod (c$, "resolveEntity", 
+function (publicId, systemId) {
+return null;
+}, "~S,~S");
+Clazz.overrideMethod (c$, "notationDecl", 
+function (name, publicId, systemId) {
+}, "~S,~S,~S");
+Clazz.overrideMethod (c$, "unparsedEntityDecl", 
+function (name, publicId, systemId, notationName) {
+}, "~S,~S,~S,~S");
+Clazz.overrideMethod (c$, "setDocumentLocator", 
+function (locator) {
+}, "org.xml.sax.Locator");
+Clazz.overrideMethod (c$, "startDocument", 
+function () {
+});
+Clazz.overrideMethod (c$, "endDocument", 
+function () {
+});
+Clazz.overrideMethod (c$, "startElement", 
+function (name, attributes) {
+}, "~S,org.xml.sax.AttributeList");
+Clazz.overrideMethod (c$, "endElement", 
+function (name) {
+}, "~S");
+Clazz.overrideMethod (c$, "characters", 
+function (ch, start, length) {
+}, "~A,~N,~N");
+Clazz.overrideMethod (c$, "ignorableWhitespace", 
+function (ch, start, length) {
+}, "~A,~N,~N");
+Clazz.overrideMethod (c$, "processingInstruction", 
+function (target, data) {
+}, "~S,~S");
+Clazz.overrideMethod (c$, "warning", 
+function (e) {
+}, "org.xml.sax.SAXParseException");
+Clazz.overrideMethod (c$, "error", 
+function (e) {
+}, "org.xml.sax.SAXParseException");
+Clazz.overrideMethod (c$, "fatalError", 
+function (e) {
+throw e;
+}, "org.xml.sax.SAXParseException");
+});