| Load(string)Loads and compiles the stylesheet. The call to this method is equivalent to Load (url, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver that is set in advance. |
| Load(System.Xml.XmlReader)Loads and compiles the stylesheet. The call to this method is equivalent to Load (stylesheet, xmlResolver) where xmlResolver is the value of XslTransform.XmlResolver that is set in advance. |
| Load(System.Xml.XPath.IXPathNavigable)Loads and compiles the stylesheet. The call to this method is equivalent to Load (stylesheet.CreateNavigator (), xmlResolver, null) where xmlResolver is the value of XslTransform.XmlResolver that is set in advance. |
| Load(System.Xml.XPath.XPathNavigator)Loads and compiles the stylesheet. The call to this method is equivalent to Load (new XPathDocument (stylesheet), xmlResolver, null) where xmlResolver is the value of XslTransform.XmlResolver that is set in advance. |
| Load(string, System.Xml.XmlResolver)Loads and compiles the stylesheet. As for stylesheet compilation details, see Load (XPathNavigator, XmlResolver) for details. |
| Load(System.Xml.XmlReader, System.Xml.XmlResolver)Loads and compiles the stylesheet. The call to this method is equivalent to Load (new XPathDocument (stylesheet), resolver). |
| Load(System.Xml.XPath.IXPathNavigable, System.Xml.XmlResolver)Loads and compiles the stylesheet. The call to this method is equivalent to Load (stylesheet.CreateNavigator (), resolver, null). |
| Load(System.Xml.XPath.XPathNavigator, System.Xml.XmlResolver)Loads and compiles the stylesheet. The call to this method is equivalent to Load (stylesheet, resolver, null). |
| Load(System.Xml.XmlReader, System.Xml.XmlResolver, System.Security.Policy.Evidence)Loads and compiles the stylesheet. The call to this method is equivalent to Load (new XPathDocument (stylesheet).CreateNavigator (), resolver, evidence). |
| Load(System.Xml.XPath.IXPathNavigable, System.Xml.XmlResolver, System.Security.Policy.Evidence)Loads and compiles the stylesheet. The call to this method is equivalent to Load (stylesheet.CreateNavigator (), resolver, evidence). |
| Load(System.Xml.XPath.XPathNavigator, System.Xml.XmlResolver, System.Security.Policy.Evidence)Documentation for this section has not yet been entered. |