MoveToNextNamespace()
Contents
[
Hide
]XPathNavigator::MoveToNextNamespace(XPathNamespaceScope) method
When overridden in a derived class, moves the XPathNavigator to the next namespace node matching the XPathNamespaceScope specified.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace(XPathNamespaceScope namespaceScope)=0
Arguments
Parameter | Type | Description |
---|---|---|
namespaceScope | XPathNamespaceScope | An XPathNamespaceScope value describing the namespace scope. |
Return Value
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
XPathNavigator::MoveToNextNamespace() method
Moves the XPathNavigator to the next namespace node.
bool System::Xml::XPath::XPathNavigator::MoveToNextNamespace()
Return Value
true if the XPathNavigator is successful moving to the next namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
See Also
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Slides