XsltContext Class
Encapsulates the current execution context of the XSLT processor allowing XPath to resolve functions, parameters, and namespaces within XPath expressions.
For a list of all members of this type, see XsltContext Members.
System.Object
System.Xml.XmlNamespaceManager
System.Xml.Xsl.XsltContext
[Visual Basic] MustInherit Public Class XsltContext Inherits XmlNamespaceManager [C#] public abstract class XsltContext : XmlNamespaceManager [C++] public __gc __abstract class XsltContext : public XmlNamespaceManager [JScript] public abstract class XsltContext extends XmlNamespaceManager
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
For more information on using XsltContext, see article Q324899, "HOW TO: Implement and Use Custom Functions When You Execute XPath Queries in Visual Basic .NET", in the Microsoft Knowledge Base at http://support.microsoft.com.
Requirements
Namespace: System.Xml.Xsl
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)