API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.w3c.dom.bootstrap. DOMImplementationRegistry View Source
Author(s)
Since
DOM Level 3
Version
Serial
Hierarchy
 Object
      DOMImplementationRegistry
Implements
Subclasses
Description
publicfinal class DOMImplementationRegistry
  A factory that enables applications to obtain instances of DOMImplementation.
Constructors
private DOMImplementationRegistry (Vector srcs)
  Private constructor.
Methods
Hide/Show inherited methods
public void addSource (DOMImplementationSource s)
  Register an implementation.
public DOMImplementation getDOMImplementation (String features)
  Return the first implementation that has the desired features, or null if none is found.
public DOMImplementationList getDOMImplementationList (String features)
  Return a list of implementations that support the desired features.
publicstatic DOMImplementationRegistry newInstance () throws ClassNotFoundException InstantiationException IllegalAccessException ClassCastException
  Obtain a new instance of a DOMImplementationRegistry.
Fields
Hide/Show inherited fields
publicfinalstatic String PROPERTY = "org.w3c.dom.DOMImplementationSourceList"
The system property to specify the DOMImplementationSource class names.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar