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

Provides a wrapper around XslCompiledTransform.
Наследование: XsltTransform
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
MsXsltTransform ( SageContext context, XmlDocument stylesheetMarkup ) : System

Initializes a new instance of the MsXsltTransform class, using the specified stylesheetMarkup.

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

Приватные методы

Метод Описание
DetectProblemType ( Exception ex ) : ProblemInfo

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

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

Initializes a new instance of the MsXsltTransform class, using the specified stylesheetMarkup.
public MsXsltTransform ( SageContext context, XmlDocument stylesheetMarkup ) : System
context SageContext The current context.
stylesheetMarkup System.Xml.XmlDocument The markup to initialize the transform with.
Результат 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