SaxonHEXsltTransform.Transform(Stream, IDictionary<XmlQualifiedName,Object>, Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- xsltArguments
- IDictionary<XmlQualifiedName,Object>
- results
- Stream