C# Class Sage.Views.SaxonXsltTransform

Implements a Saxon XSLT transform.
Inheritance: XsltTransform
ファイルを表示 Open project: igorfrance/sage

Public Methods

Method Description
SaxonXsltTransform ( SageContext context, XmlDocument stylesheetMarkup ) : System

Initializes a new instance of the SaxonXsltTransform class.

Transform ( XmlNode inputXml, TextWriter outputWriter, SageContext context, object>.Dictionary arguments = null ) : void
Transform ( XmlNode inputXml, XmlWriter outputWriter, SageContext context, object>.Dictionary arguments = null ) : void

Method Details

SaxonXsltTransform() public method

Initializes a new instance of the SaxonXsltTransform class.
public SaxonXsltTransform ( SageContext context, XmlDocument stylesheetMarkup ) : System
context SageContext The context.
stylesheetMarkup System.Xml.XmlDocument The stylesheet markup.
return System

Transform() public method

public Transform ( XmlNode inputXml, TextWriter outputWriter, SageContext context, object>.Dictionary arguments = null ) : void
inputXml System.Xml.XmlNode
outputWriter System.IO.TextWriter
context SageContext
arguments object>.Dictionary
return void

Transform() public method

public Transform ( XmlNode inputXml, XmlWriter outputWriter, SageContext context, object>.Dictionary arguments = null ) : void
inputXml System.Xml.XmlNode
outputWriter System.Xml.XmlWriter
context SageContext
arguments object>.Dictionary
return void