XML FOR DOMINO
The DOM Level 1 does not specify a way of creating a document instance, and hence document creation is an operation specific to an implementation.
Method
hasFeature
Test if the DOM implementation implements a specific feature.
Syntax:
public boolean hasFeature(java.lang.String feature, java.lang.String version)
Parameters:
version - This is the version number of the package name to test. In Level 1, this is the string "1.0". If the version is not specified, supporting any version of the feature will cause the method to return true.