XML FOR DOMINO

DOMImplementation
The DOMImplementation interface provides methods for performing operations that are independent of any particular instance of the document object model.

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

hasFeature

Test if the DOM implementation implements a specific feature.

Syntax:

public boolean hasFeature(java.lang.String feature, java.lang.String version)

Parameters:


Return value: