Skip to content

Commit eaeb043

Browse files
hansonrhansonr
authored andcommitted
template JSDocumentBuilder
1 parent d991d25 commit eaeb043

File tree

4 files changed

+322
-460
lines changed

4 files changed

+322
-460
lines changed

sources/net.sf.j2s.java.core/src/javax/xml/parsers/DocumentBuilderFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public static DocumentBuilderFactory newInstance() {
122122
/* The default property name according to the JAXP spec */
123123
"javax.xml.parsers.DocumentBuilderFactory",
124124
/* The fallback implementation class name */
125-
"com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl");
125+
"swingjs.xml.JSDocumentBuilderFactory"); // BH SwingJS
126126
} catch (FactoryFinder.ConfigurationError e) {
127127
throw new FactoryConfigurationError(e.getException(),
128128
e.getMessage());

sources/net.sf.j2s.java.core/src/javax/xml/parsers/SAXParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -530,4 +530,5 @@ public boolean isXIncludeAware() {
530530
+ "\""
531531
);
532532
}
533+
533534
}

0 commit comments

Comments
 (0)