System::Xml::XPath::XPathNavigator::MoveTo メソッド
XPathNavigator::MoveTo method
派生クラスでオーバーライドされた場合、指定されたXPathNavigator と同じ位置にXPathNavigator を移動させます。
virtual bool System::Xml::XPath::XPathNavigator::MoveTo(SharedPtr<XPathNavigator> other)=0
| パラメーター | 型 | 説明 |
|---|---|---|
| other | SharedPtr<XPathNavigator> | 移動したいノード上に位置するXPathNavigatorです。 |
ReturnValue
true if the XPathNavigator is successful moving to the same position as the specified XPathNavigator; otherwise, false. If false, the position of the XPathNavigator is unchanged.
参照
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++