C# 클래스 Sage.Views.SaxonXsltTransform

Implements a Saxon XSLT transform.
상속: XsltTransform
파일 보기 프로젝트 열기: igorfrance/sage

공개 메소드들

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