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.Font 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.Font for C++