System::Xml::XPath::XPathNavigator::MoveToNamespace Methode
XPathNavigator::MoveToNamespace method
Verschiebt den XPathNavigator zum Namensraumknoten mit dem angegebenen Namensraumpräfix.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNamespace(String name)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Name | String | Das Namensraumpräfix des Namensraumknotens. |
ReturnValue
true if the XPathNavigator is successful moving to the specified namespace; false if a matching namespace node was not found, or if the XPathNavigator is not positioned on an element node. If false, the position of the XPathNavigator is unchanged.
Siehe auch
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++