public class DOMImplementationSourceImpl
extends java.lang.Object
implements org.w3c.dom.DOMImplementationSource
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.
| Constructor and Description | 
|---|
| DOMImplementationSourceImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| org.w3c.dom.DOMImplementation | getDOMImplementation(java.lang.String features)A method to request a DOM implementation. | 
| org.w3c.dom.DOMImplementationList | getDOMImplementationList(java.lang.String features)A method to request a list of DOM implementations that support the 
 specified features and versions, as specified in . | 
public org.w3c.dom.DOMImplementation getDOMImplementation(java.lang.String features)
getDOMImplementation in interface org.w3c.dom.DOMImplementationSourcefeatures - 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.public org.w3c.dom.DOMImplementationList getDOMImplementationList(java.lang.String features)
getDOMImplementationList in interface org.w3c.dom.DOMImplementationSourcefeatures - A string that specifies which features and versions 
   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 3.0 Traversal +Events 
   2.0"Copyright © 1999-2022 The Apache Software Foundation. All Rights Reserved.