org.w3c.dom.DOMConfiguration.setParameter
method
public setParameter(name as String, value as Object) as Void throws DOMException
Description

Sets a configuration parameter.

Parameters
  • name Parameter name.
  • value Parameter value.
Throws
  • DOMException if the parameter cannot be set.
Example
config.setParameter("comments", true)