The members of System.Xml.Xsl.XsltContext are listed below.
See Also: Inherited members from System.Xml.XmlNamespaceManager
Creates a new XsltContext with a new NameTable. Creates a new XsltContext with the given NameTable.
[read-only] abstractWhitespace bool. Represents the current whitespace preservation from current context.
abstractCompareDocument(string, string) : int Determines if two documents are the same, based on URI string. abstractPreserveWhitespace(System.Xml.XPath.XPathNavigator) : bool Determines if the parameter node's whitespace should be preserved or not. abstractResolveFunction(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. abstractResolveVariable(string, string) : IXsltContextVariable Resolves a variable that is in current context and that is identified by the name.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.