Added code to use OJI on win nt.

Added methods of latest dom java-binding
Fixes to bugs 22192, 22193


git-svn-id: svn://10.0.0.236/trunk@59013 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sdv%sparc.spb.su
2000-01-28 03:45:01 +00:00
parent cfcce1875f
commit 0ed196bba9
17 changed files with 320 additions and 100 deletions

View File

@@ -34,6 +34,10 @@ public class DOMAccessorImpl implements DOMAccessor, DocumentLoadListener {
public static native void register();
public static native void unregister();
static {
System.loadLibrary("javadomjni");
}
public static synchronized DOMAccessor getInstance() {
if (instance == null) {
instance = new DOMAccessorImpl();