transformToDocument method

Document transformToDocument(
  1. Node source
)

The transformToDocument() method of the XSLTProcessor interface transforms the provided Node source to a Document using the XSLT stylesheet associated with XSLTProcessor.

Implementation

external Document transformToDocument(Node source);