System::Xml::XPath::XPathNavigator::MoveToChild メソッド

XPathNavigator::MoveToChild(String, String) method

XPathNavigator を指定されたローカル名と名前空間 URI を持つ子ノードへ移動します。

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
パラメーター説明
localNameString移動先の子ノードのローカル名。
namespaceURIString移動先の子ノードの名前空間 URI。

ReturnValue

true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

参照

XPathNavigator::MoveToChild(XPathNodeType) method

XPathNavigator を指定された XPathNodeType の子ノードへ移動します。

virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
パラメーター説明
typeXPathNodeType移動先の子ノードの XPathNodeType

ReturnValue

true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.

参照