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.