public class DOMXSImplementationSourceImpl extends DOMImplementationSourceImpl
XSImplementation
, DOM Level 3 Core and LS implementations
and PSVI implementation.
See also the Document Object Model (DOM) Level 3 Core Specification.
Constructor and Description |
---|
DOMXSImplementationSourceImpl() |
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.DOMImplementationSource
getDOMImplementation
in class DOMImplementationSourceImpl
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.public org.w3c.dom.DOMImplementationList getDOMImplementationList(java.lang.String features)
getDOMImplementationList
in interface org.w3c.dom.DOMImplementationSource
getDOMImplementationList
in class DOMImplementationSourceImpl
features
- 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.