次の方法で共有


XPathNavigator.SelectChildren メソッド (XPathNodeType)

XPathNodeType と一致する現在のノードのすべての子ノードを選択します。

Overloads Public Overridable Function SelectChildren( _
   ByVal type As XPathNodeType _) As XPathNodeIterator
[C#]
public virtual XPathNodeIterator SelectChildren(XPathNodeTypetype);
[C++]
public: virtual XPathNodeIterator* SelectChildren(XPathNodeTypetype);
[JScript]
public function SelectChildren(
   type : XPathNodeType) : XPathNodeIterator;

パラメータ

  • type
    子ノードの XPathNodeType

戻り値

選択されたノードを指している XPathNodeIterator

解説

このメソッドは、 XPathNavigator 状態には影響を与えません。

選択したノードに属性ノードまたは名前空間ノードが含まれません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XPathNavigator クラス | XPathNavigator メンバ | System.Xml.XPath 名前空間 | XPathNavigator.SelectChildren オーバーロードの一覧 | SelectAncestors | SelectDescendants | Select