次の方法で共有


XPathDocument クラス

XSLT を使用して XML ドキュメントを処理する、高速の読み取り専用キャッシュを提供します。

この型のすべてのメンバの一覧については、XPathDocument メンバ を参照してください。

System.Object
   System.Xml.XPath.XPathDocument

Public Class XPathDocument
   Implements IXPathNavigable
[C#]
public class XPathDocument : IXPathNavigable
[C++]
public __gc class XPathDocument : public IXPathNavigable
[JScript]
public class XPathDocument implements IXPathNavigable

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

このクラスは、XSLT 処理と XPath データ モデル用に最適化されます。このクラスは、ノード ID を保持しません。また、W3C DOM が要求する規則チェックも行いません。

必要条件

名前空間: System.Xml.XPath

プラットフォーム: 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 内)

参照

XPathDocument メンバ | System.Xml.XPath 名前空間 | XslTransform