System::Xml::XPath::XPathNavigator::MoveToFirstNamespace-methode
inhoud
[
verbergen
]XPathNavigator::MoveToFirstNamespace() method
Verplaatst de XPathNavigator naar de eerste namespace-node van het huidige knooppunt.
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.
Zie ook
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method
Wanneer overschreven in een afgeleide klasse, verplaatst het de XPathNavigator naar de eerste namespace-node die overeenkomt met de opgegeven XPathNamespaceScope.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
| Parameter | Type | Beschrijving |
|---|---|---|
| namespaceScope | XPathNamespaceScope | Een XPathNamespaceScope-waarde die de namespace-scope beschrijft. |
ReturnValue
true if the XPathNavigator is successful moving to the first namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Zie ook
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++