System.Xml.Xsl.XsltContext: Method Members

The methods of System.Xml.Xsl.XsltContext are listed below. For a list of all members, see the XsltContext Members list.

See Also: Inherited members from System.Xml.XmlNamespaceManager

Public Methods

abstract
CompareDocument(string, string) : int

When overridden in a derived class, compares the base Uniform Resource Identifiers (URIs) of two documents based upon the order the documents were loaded by the XSLT processor (that is, the System.Xml.Xsl.XslTransform class).

abstract
PreserveWhitespace(System.Xml.XPath.XPathNavigator) : bool

When overridden in a derived class, evaluates whether to preserve white space nodes or strip them for the given context.

abstract
ResolveFunction(string, string, System.Xml.XPath.XPathResultType[]) : IXsltContextFunction

When overridden in a derived class, resolves a function reference and returns an System.Xml.Xsl.IXsltContextFunction representing the function. The System.Xml.Xsl.IXsltContextFunction is used at execution time to get the return value of the function.

abstract
ResolveVariable(string, string) : IXsltContextVariable

When overridden in a derived class, resolves a variable reference and returns an System.Xml.Xsl.IXsltContextVariable representing the variable.