XsltContext()
Initializes a new instance of the T:System.Xml.Xsl.XsltContext class.
XsltContext(NameTable table)
Initializes a new instance of the T:System.Xml.Xsl.XsltContext class with the specified T:System....
abstract IXsltContextVariable ResolveVariable(string prefix, string name)
When overridden in a derived class, resolves a variable reference and returns an T:System....
Encapsulates the current execution context of the Extensible Stylesheet Language for Transformations ...
abstract bool Whitespace
When overridden in a derived class, gets a value indicating whether to include white space nodes in t...
abstract bool PreserveWhitespace(XPathNavigator node)
When overridden in a derived class, evaluates whether to preserve white space nodes or strip them for...
abstract int CompareDocument(string baseUri, string nextbaseUri)
When overridden in a derived class, compares the base Uniform Resource Identifiers (URIs) of two docu...
abstract IXsltContextFunction ResolveFunction(string prefix, string name, XPathResultType[] ArgTypes)
When overridden in a derived class, resolves a function reference and returns an T:System....