Mono Class Library: Overview

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

Creates a new XsltContext with a new NameTable.
Creates a new XsltContext with the given NameTable.

Public Properties

[read-only]
abstract
Whitespacebool. Represents the current whitespace preservation from current context.

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.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.