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:
@@ -62,5 +62,10 @@ public class DOMImplementationImpl implements DOMImplementation {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
|
||||
public DocumentType createDocumentType(String qualifiedName,
|
||||
String publicId,
|
||||
String systemId,
|
||||
String internalSubset) {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user