importStylesheet method

void importStylesheet(
  1. Node style
)

The importStylesheet() method of the XSLTProcessor interface imports an XSLT stylesheet for the processor.

Implementation

external void importStylesheet(Node style);