|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DOM Level 3 WD Experimental: The DOM Level 3 specification is at the stage of Working Draft, which represents work in progress and thus may be updated, replaced, or obsoleted by other documents at any time.
This interface permits a DOM implementer to supply one or more
implementations, based upon requested features. Each implemented
DOMImplementationSource
object is listed in the
binding-specific list of available sources so that its
DOMImplementation
objects are made available.
See also the Document Object Model (DOM) Level 3 Core Specification.
Method Summary | |
org.w3c.dom.DOMImplementation |
getDOMImplementation(java.lang.String features)
A method to request a DOM implementation. |
Method Detail |
public org.w3c.dom.DOMImplementation getDOMImplementation(java.lang.String features)
features
- A string that specifies which features are required.
This is a space separated list in which each feature is specified
by its name optionally followed by a space and a version number.
This is something like: "XML 1.0 Traversal Events 2.0"
null
if this source has none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |