C# Class SenseNet.Portal.UI.PortletFramework.Xslt.XslTransformExecutionContext

ファイルを表示 Open project: maxpavlov/FlexNet

Public Properties

Property Type Description
ImportCssCollection List
ImportScriptCollection List

Public Methods

Method Description
CreateInstance ( string typename ) : object
Transform ( IXPathNavigable input, XsltArgumentList arguments, System.Web.UI.HtmlTextWriter writer ) : void
Transform ( IXPathNavigable input, XsltArgumentList arguments, XmlWriter writer ) : void

Method Details

CreateInstance() public method

public CreateInstance ( string typename ) : object
typename string
return object

Transform() public method

public Transform ( IXPathNavigable input, XsltArgumentList arguments, System.Web.UI.HtmlTextWriter writer ) : void
input IXPathNavigable
arguments System.Xml.Xsl.XsltArgumentList
writer System.Web.UI.HtmlTextWriter
return void

Transform() public method

public Transform ( IXPathNavigable input, XsltArgumentList arguments, XmlWriter writer ) : void
input IXPathNavigable
arguments System.Xml.Xsl.XsltArgumentList
writer System.Xml.XmlWriter
return void

Property Details

ImportCssCollection public_oe property

public List ImportCssCollection
return List

ImportScriptCollection public_oe property

public List ImportScriptCollection
return List