.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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: