System::Xml::XPath::XPathNavigator::MoveToId 方法
XPathNavigator::MoveToId method
当在派生类中被重写时,移动到具有 ID 类型属性且其值与指定的 String 匹配的节点。
virtual bool System::Xml::XPath::XPathNavigator::MoveToId(String id)=0
| Parameter | Type | 描述 |
|---|---|---|
| id | String | 一个 String,表示您想要移动的节点的 ID 值。 |
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++