org.w3c.dom.Node.isSupported
method
public isSupported(feature as String, version as String) as Boolean
Description

Indicates whether a DOM feature is supported.

Parameters
ParameterDescription
featureFeature name.
versionFeature version.
Returns

True when supported.

Example
print(node.isSupported("Core", "3.0"))