API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom. DOMImplementationSource View Source
Author(s)
Since
DOM Level 3
Version
Serial
Hierarchy
 DOMImplementationSource
Subinterfaces
Description
public interface DOMImplementationSource
  This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in .
See also:   
Methods
Hide/Show inherited methods
public DOMImplementation getDOMImplementation (String features)
  A method to request the first DOM implementation that supports the specified features.
public DOMImplementationList getDOMImplementationList (String features)
  A method to request a list of DOM implementations that support the specified features and versions, as specified in .
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar