System::Xml::XPath::XPathNavigator::MoveToChild メソッド
コンテンツ
[
隠れる
]XPathNavigator::MoveToChild(String, String) method
XPathNavigator を指定されたローカル名と名前空間 URI を持つ子ノードへ移動します。
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| パラメーター | 型 | 説明 |
|---|---|---|
| localName | String | 移動先の子ノードのローカル名。 |
| namespaceURI | String | 移動先の子ノードの名前空間 URI。 |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
参照
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToChild(XPathNodeType) method
XPathNavigator を指定された XPathNodeType の子ノードへ移動します。
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| パラメーター | 型 | 説明 |
|---|---|---|
| type | XPathNodeType | 移動先の子ノードの XPathNodeType。 |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
参照
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++