XML DOM getParameter() method

Definition and usage

The getParameter() method returns the value of the specified parameter.

Syntax:

getParameter(namespaceURI,localName)
Parameter Description
namespaceURI The namespace of the parameter.
localName The name of the parameter.

Return value

The value of the parameter, if the parameter is not set, it is null.