Mono Class Library: Overview

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
Determines if two documents are the same, based on URI string.
abstract
PreserveWhitespace(System.Xml.XPath.XPathNavigator) : bool
Determines if the parameter node's whitespace should be preserved or not.
abstract
ResolveFunction(string, string, System.Xml.XPath.XPathResultType[]) : IXsltContextFunction
Resolves a function that is in current context and that is identified by the name and argument types.
abstract
ResolveVariable(string, string) : IXsltContextVariable
Resolves a variable that is in current context and that is identified by the name.