共用方式為


使用 XPathNavigator 存取 XML 資料

XPathNavigator 類別提供了一組可以在 XPathDocumentXmlDocument 物件中巡覽節點、擷取 XML 資料及存取強型別 XML 資料的方法。

本節內容

使用 XPathNavigator 導覽節點集
說明 XPathNavigator 類別的節點集巡覽方法,其可用於巡覽 XPathDocumentXmlDocument 物件中的節點。

使用 XPathNavigator 導覽屬性和命名空間節點
說明 XPathNavigator 類別的屬性及命名空間節點巡覽方法。

使用 XPathNavigator 擷取 XML 資料
說明從 XPathDocumentXmlDocument 物件中擷取 XML 資料的各種方法。

使用 XPathNavigator 存取強型別 XML 資料
說明如何使用 XPathNavigator 類別,存取 XPathDocumentXmlDocument 物件中的強型別 XML 資料。

使用者定義函式和變數
描述如何實作自訂 XsltContext 類別以及支援擴充函式和變數的 IXsltContextFunctionIXsltContextVariable 介面。

另請參閱