C# Класс Sage.Views.SaxonXsltTransform

Implements a Saxon XSLT transform.
Наследование: XsltTransform
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

SaxonXsltTransform() публичный Метод

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.
Результат System

Transform() публичный Метод

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
Результат void

Transform() публичный Метод

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
Результат void