Returns true if the name
parameter could accept the value given. Essentially the same as
calling setParameter( ) without
actually modifying the value of the parameter.
Arguments
name: DOMString
The name of a valid parameter (from the parameterNames list) to
verify.
value: DOMUserData
The potential value to verify.
Java binding
public boolean canSetParameter(String name, Object value);