XSLTProcessor::getParameter
Get value of a parameter
&reftitle.description;
string
XSLTProcessor::getParameter
stringnamespaceURI
stringlocalName
Gets a parameter if previously set by
XSLTProcessor::setParameter.
&reftitle.parameters;
namespaceURI
The namespace URI of the XSLT parameter.
localName
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