Programmer's Guide > Interfaces > W3C DOMConfiguration interface > getParameter method
  
getParameter method
* 
This DOM Level 3 method is defined, but is currently unimplemented by Arbortext Editor.
Return the value of a parameter if known.
getParameter(name )
Parameters
Stringname
The name of the parameter.
Returns
DOMUserData. The current object associated with the specified parameter or null if no object has been associated or if the parameter is not supported.
"by a DOM application" prevents a DOM implementation to return its default behavior (such as the default "schema-type") if any.
Throws
DOMException
NOT_FOUND_ERR: Raised when the parameter name is not recognized.