System::Xml::XPath::XPathNavigator::MoveToFirstNamespace‑metod
Innehåll
[
Dölj
]XPathNavigator::MoveToFirstNamespace() method
Flyttar XPathNavigator till den första namnrymdsnoden för den aktuella noden.
bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace()
ReturnValue
true if the XPathNavigator is successful moving to the first namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Se även
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method
När den åsidosätts i en avledd klass, flyttar den XPathNavigator till den första namnrymdsnoden som matchar den angivna XPathNamespaceScope.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
| Parameter | Type | Beskrivning |
|---|---|---|
| namespaceScope | XPathNamespaceScope | Ett XPathNamespaceScope-värde som beskriver namnrymdsomfånget. |
ReturnValue
true if the XPathNavigator is successful moving to the first namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Se även
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++