XSImplementation
, DOM Level 3 Core and LS implementations
and PSVI implementation.
See also the Document Object Model (DOM) Level 3 Core Specification.
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public DOMImplementation | Returns: An implementation that has the desired features, ornull if this source has none.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" features)Overrides com. Implements org. A method to request a DOM implementation. |
public DOMImplementationList | Returns: A list of DOM implementations that support the desired 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" features)Overrides com. Implements org. A method to request a list of DOM implementations that support the specified features and versions, as specified in . |
DOMXSImplementationSourceImpl | back to summary |
---|---|
public DOMXSImplementationSourceImpl() |
getDOMImplementation | back to summary |
---|---|
public DOMImplementation getDOMImplementation(String features) Overrides com. Implements org. A method to request a DOM implementation.
|
getDOMImplementationList | back to summary |
---|---|
public DOMImplementationList getDOMImplementationList(String features) Overrides com. Implements org. A method to request a list of DOM implementations that support the specified features and versions, as specified in .
|