SaxonHEXsltTransform.Transform(Stream, IDictionary<XmlQualifiedName,Object>, Stream) Method

Definition

public:
 override void Transform(System::IO::Stream ^ input, System::Collections::Generic::IDictionary<System::Xml::XmlQualifiedName ^, System::Object ^> ^ xsltArguments, System::IO::Stream ^ results);
public override void Transform (System.IO.Stream input, System.Collections.Generic.IDictionary<System.Xml.XmlQualifiedName,object> xsltArguments, System.IO.Stream results);
override this.Transform : System.IO.Stream * System.Collections.Generic.IDictionary<System.Xml.XmlQualifiedName, obj> * System.IO.Stream -> unit
Public Overrides Sub Transform (input As Stream, xsltArguments As IDictionary(Of XmlQualifiedName, Object), results As Stream)

Parameters

input
Stream
results
Stream

Applies to