XSLTProcessor::getParameter
Get value of a parameter
&reftitle.description;
public stringfalseXSLTProcessor::getParameter
stringnamespace
stringname
Gets a parameter if previously set by
XSLTProcessor::setParameter.
&reftitle.parameters;
namespace
The namespace URI of the XSLT parameter.
name
The local name of the XSLT parameter.
&reftitle.returnvalues;
The value of the parameter (as a string), or &false; if it's not set.
&reftitle.seealso;
XSLTProcessor::setParameter
XSLTProcessor::removeParameter