November 2003
Intermediate to advanced
476 pages
14h 38m
English
XslTransform — System.Xml.Xsl (system.xml.dll) sealed class
public sealed class XslTransform { // Public Constructors public XslTransform( ); // Public Instance Properties public XmlResolver XmlResolver{set; } // obsolete // Public Instance Methods public void Load( System.Xml.XPath.IXPathNavigable stylesheet); // obsolete public void Load( System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver); // obsolete public void Load( System.Xml.XPath.IXPathNavigable stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence); public void Load( string url); public void Load( string url, System.Xml.XmlResolver resolver); public void Load( System.Xml.XmlReader stylesheet); // obsolete public void Load( System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver); // obsolete public void Load( System.Xml.XmlReader stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence); public void Load( System.Xml.XPath.XPathNavigator stylesheet); // obsolete public void Load( System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver); // obsolete public void Load( System.Xml.XPath.XPathNavigator stylesheet, System.Xml.XmlResolver resolver, System.Security.Policy.Evidence evidence); public void Transform( System.Xml.XPath.IXPathNavigable input, XsltArgumentList args, System.IO.Stream output); // obsolete public void Transform( System.Xml.XPath.IXPathNavigable input, XsltArgumentList args, System.IO.Stream ...