XsltContext 类
封装可扩展样式表转换语言 (XSLT) 处理器的当前执行上下文,使 XML 路径语言 (XPath) 在 XPath 表达式中解析函数、参数和命名空间。
**命名空间:**System.Xml.Xsl
**程序集:**System.Xml(在 system.xml.dll 中)
语法
声明
Public MustInherit Class XsltContext
Inherits XmlNamespaceManager
用法
Dim instance As XsltContext
public abstract class XsltContext : XmlNamespaceManager
public ref class XsltContext abstract : public XmlNamespaceManager
public abstract class XsltContext extends XmlNamespaceManager
public abstract class XsltContext extends XmlNamespaceManager
备注
有关使用 XsltContext 的更多信息,请参见位于 https://support.microsoft.com/default.aspx?ln=zh-cn 的 Microsoft 知识库文章 Q324899“HOW TO: Implement and Use Custom Functions When You Execute XPath Queries in Visual Basic .NET”(如何:在 Visual Basic .NET 中执行 XPath 查询时实现和使用自定义函数)。
继承层次结构
System.Object
System.Xml.XmlNamespaceManager
System.Xml.Xsl.XsltContext
线程安全
此类型的任何公共静态(Visual Basic 中的 Shared)成员都是线程安全的,但不保证所有实例成员都是线程安全的。
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:2.0、1.1、1.0