public class DOMImplementationSourceImpl extends Object implements 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 |
|---|---|
DOMImplementation |
getDOMImplementation(String features)
A method to request a DOM implementation.
|
DOMImplementationList |
getDOMImplementationList(String features)
A method to request a list of DOM implementations that support the
specified features and versions, as specified in .
|
public DOMImplementation getDOMImplementation(String features)
getDOMImplementation in interface 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 DOMImplementationList getDOMImplementationList(String features)
getDOMImplementationList in interface 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 © 2018 JBoss by Red Hat. All rights reserved.