JavaScript: The Definitive Guide

25.341. XSLTProcessor.setParameter( ): set a stylesheet parameter

25.341.1. Synopsis

void setParameter(String namespaceURI, String localName, String value)

25.341.1.1. Arguments

namespaceURI

The namespace of the parameter.

localName

The name of the parameter.

value

The value of the parameter.

25.341.2. Description

This method specifies a value for the named stylesheet parameter.

Категории