System::Xml::XPath::XPathNavigator::MoveToFirstNamespace μέθοδος
περιεχόμενα
[
κρύβω
]XPathNavigator::MoveToFirstNamespace() method
Μετακινεί το XPathNavigator στον πρώτο κόμβο ονοματοχώρου του τρέχοντος κόμβου.
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.
Δείτε επίσης
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope) method
Όταν παρακαμφθεί σε μια παράγωγη κλάση, μετακινεί το XPathNavigator στον πρώτο κόμβο ονοματοχώρου που ταιριάζει με το καθορισμένο XPathNamespaceScope.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFirstNamespace(XPathNamespaceScope namespaceScope)=0
| Parameter | Type | Περιγραφή |
|---|---|---|
| namespaceScope | XPathNamespaceScope | Μια τιμή XPathNamespaceScope που περιγράφει το πεδίο ονοματοχώρου. |
ReturnValue
true if the XPathNavigator is successful moving to the first namespace node; otherwise, false. If false, the position of the XPathNavigator is unchanged.
Δείτε επίσης
- Enum XPathNamespaceScope
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++