We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21715a8 commit 3d840cdCopy full SHA for 3d840cd
3 files changed
lib/xmljava.jar
12 Bytes
src/com/maxprograms/xml/Constants.java
@@ -14,8 +14,8 @@
14
15
public class Constants {
16
17
- public static final String VERSION = "1.5.0";
18
- public static final String BUILD = "20231229_1000";
+ public static final String VERSION = "1.6.0";
+ public static final String BUILD = "20240121_1836";
19
20
private Constants() {
21
// private for security
src/com/maxprograms/xml/CustomContentHandler.java
@@ -28,7 +28,7 @@
28
import org.xml.sax.Locator;
29
import org.xml.sax.SAXException;
30
31
-class CustomContentHandler implements IContentHandler {
+public class CustomContentHandler implements IContentHandler {
32
33
private Document doc;
34
private Element current;
0 commit comments