System::Xml::XPath::XPathNavigator::MoveToChild Methode
Inhalt
[
Ausblenden
]XPathNavigator::MoveToChild(String, String) method
Verschiebt den XPathNavigator zum Kindknoten mit dem angegebenen lokalen Namen und Namespace-URI.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(String localName, String namespaceURI)
| Parameter | Typ | Beschreibung |
|---|---|---|
| localName | String | Der lokale Name des Kindknotens, zu dem verschoben werden soll. |
| namespaceURI | String | Der Namespace-URI des Kindknotens, zu dem verschoben werden soll. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Siehe auch
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToChild(XPathNodeType) method
Verschiebt den XPathNavigator zum Kindknoten des angegebenen XPathNodeType.
virtual bool System::Xml::XPath::XPathNavigator::MoveToChild(XPathNodeType type)
| Parameter | Typ | Beschreibung |
|---|---|---|
| type | XPathNodeType | Der XPathNodeType des Kindknotens, zu dem verschoben werden soll. |
ReturnValue
true if the XPathNavigator is successful moving to the child node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Siehe auch
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++