XsltContext クラス
XSLT プロセッサの現在の実行コンテキストをカプセル化して、XPath が、XPath 式内の関数、パラメータ、および名前空間を解決できるようにします。
この型のすべてのメンバの一覧については、XsltContext メンバ を参照してください。
System.Object
System.Xml.XmlNamespaceManager
System.Xml.Xsl.XsltContext
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
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
XsltContext の使用方法の詳細については、https://support.microsoft.com にある Microsoft サポート技術情報の文書 Q324899 (「HOW TO: Implement and Use Custom Functions When You Execute XPath Queries in Visual Basic .NET」) を参照してください。
必要条件
名前空間: System.Xml.Xsl
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: System.Xml (System.Xml.dll 内)