Name

XSLTProcessor.setParameter( ): set a stylesheet parameter

Synopsis

void setParameter(StringnamespaceURI,
                  String localName,
                  String value)

Arguments

namespaceURI

The namespace of the parameter.

localName

The name of the parameter.

value

The value of the parameter.

Description

This method specifies a value for the named stylesheet parameter.

Get JavaScript: The Definitive Guide, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.