System.Xml.Xsl.XsltContext Members

The members of System.Xml.Xsl.XsltContext are listed below.

See Also: Inherited members from System.Xml.XmlNamespaceManager

Protected Constructors

Initializes a new instance of the System.Xml.Xsl.XsltContext class.

Initializes a new instance of the System.Xml.Xsl.XsltContext class with the specified System.Xml.NameTable.

Public Properties

[read-only]
abstract
Whitespacebool.

When overridden in a derived class, gets a value indicating whether to include white space nodes in the output.

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.