C# 클래스 Sage.Views.MsXsltTransform

Provides a wrapper around XslCompiledTransform.
상속: XsltTransform
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

공개 메소드들

메소드 설명
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