System::Xml::XPath::XPathNavigator::MoveToNextNamespace metod
Innehåll
[
Dölj
]XPathNavigator::MoveToNextNamespace() method
Flyttar XPathNavigator till nästa namnrymdsnod.
bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace()
ReturnValue
true if the XPathNavigator is successful moving to the next 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::MoveToNextNamespace(XPathNamespaceScope) method
När den åsidosätts i en avledd klass flyttas XPathNavigator till nästa namnrymdsnod som matchar den angivna XPathNamespaceScope.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(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 next 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++