Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / swingjs / j2s / org / xml / sax / helpers / ParserFactory.js
index 0572fd8..acad95f 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("org.xml.sax.helpers");\r
-Clazz.load (null, "org.xml.sax.helpers.ParserFactory", ["java.lang.NullPointerException", "org.xml.sax.helpers.NewInstance"], function () {\r
-c$ = Clazz.declareType (org.xml.sax.helpers, "ParserFactory");\r
-c$.makeParser = Clazz.defineMethod (c$, "makeParser", \r
-function () {\r
-var className = System.getProperty ("org.xml.sax.parser");\r
-if (className == null) {\r
-throw  new NullPointerException ("No value for sax.parser property");\r
-} else {\r
-return org.xml.sax.helpers.ParserFactory.makeParser (className);\r
-}});\r
-c$.makeParser = Clazz.defineMethod (c$, "makeParser", \r
-function (className) {\r
-return org.xml.sax.helpers.NewInstance.newInstance (org.xml.sax.helpers.NewInstance.getClassLoader (), className);\r
-}, "~S");\r
-});\r
+Clazz.declarePackage ("org.xml.sax.helpers");
+Clazz.load (null, "org.xml.sax.helpers.ParserFactory", ["java.lang.NullPointerException", "org.xml.sax.helpers.NewInstance"], function () {
+c$ = Clazz.declareType (org.xml.sax.helpers, "ParserFactory");
+c$.makeParser = Clazz.defineMethod (c$, "makeParser", 
+function () {
+var className = System.getProperty ("org.xml.sax.parser");
+if (className == null) {
+throw  new NullPointerException ("No value for sax.parser property");
+} else {
+return org.xml.sax.helpers.ParserFactory.makeParser (className);
+}});
+c$.makeParser = Clazz.defineMethod (c$, "makeParser", 
+function (className) {
+return org.xml.sax.helpers.NewInstance.newInstance (org.xml.sax.helpers.NewInstance.getClassLoader (), className);
+}, "~S");
+});