JavaScript: The Definitive Guide

25.337. XSLTProcessor.getParameter( ): return the value of a named parameter

25.337.1. Synopsis

String getParameter(String namespaceURI, String localName)

25.337.1.1. Arguments

namespaceURI

The namespace of the parameter.

localName

The name of the parameter.

25.337.1.2. Returns

The value of the parameter, or null if it has not been set.

Категории