org.w3c.dom.DOMConfiguration.canSetParameter
method
public canSetParameter(name as String, value as Object) as Boolean
Description

Indicates whether a parameter can be set to a value.

Parameters
  • name Parameter name.
  • value Candidate value.
Returns

True when accepted.

Example
print(config.canSetParameter("comments", true))