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
  • feature Feature name.
  • version Feature version.
Returns

True when supported.

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