XSLTProcessor->importStylesheet()

XSLTProcessor->importStylesheet() -- Import stylesheet

Popis

class XSLTProcessor {

void importStylesheet ( DOMDocument stylesheet )

}

This method import the stylesheet into the XSLTProcessor for transformations.

Seznam parametrů

stylesheet

The imported style sheet as a DOMDocument object.

Návratové hodnoty

Nic se nevrací.