System::Xml::XPath::XPathNavigator::MoveToId メソッド
XPathNavigator::MoveToId method
派生クラスでオーバーライドされた場合、ID 型属性を持ち、その値が指定された String と一致するノードへ移動します。
virtual bool System::Xml::XPath::XPathNavigator::MoveToId(String id)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| id | String | 移動先ノードの ID 値を表す String。 |
ReturnValue
true if the XPathNavigator is successful moving; otherwise, false. If false, the position of the navigator is unchanged.
参照
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++