Project

Profile

Help

Bug #4224

closed

Text about Xslt30Transformer uses wrong method name as asDestination(); method is named asDocumentDestination()

Added by Martin Honnen almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Low
Category:
Documentation
Sprint/Milestone:
-
Start date:
2019-05-23
Due date:
% Done:

100%

Estimated time:
Legacy ID:
Applies to branch:
9.9, trunk
Fix Committed on Branch:
9.9, trunk
Fixed in Maintenance Release:
Platforms:

Description

http://saxonica.com/html/documentation/using-xsl/embedding/s9api-transformation.html says

The Xslt30Transformer does not implement the Destination interface directly; but you can call its asDestination() method to get a Destination object allowing the transformation to act as the destination of some other process in the pipeline

The method defined on the class however is named asDocumentDestination (http://saxonica.com/html/documentation/javadoc/net/sf/saxon/s9api/Xslt30Transformer.html#asDocumentDestination-net.sf.saxon.s9api.Destination-), not asDestination.

Please register to edit this issue

Also available in: Atom PDF