System::Xml::XPath::XPathNavigator::MoveToNext metodu
XPathNavigator::MoveToNext() method
Türetilmiş bir sınıfta geçersiz kılındığında, XPathNavigator öğesini geçerli düğümün bir sonraki kardeş düğümüne taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNext()=0
ReturnValue
true if the XPathNavigator is successful moving to the next sibling node; otherwise false if there are no more siblings or if the XPathNavigator is currently positioned on an attribute node. If false, the position of the XPathNavigator is unchanged.
Ayrıca Bakınız
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToNext(String, String) method
XPathNavigator öğesini belirtilen yerel ad ve ad alanı URI’sine sahip bir sonraki kardeş düğüme taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNext(String localName, String namespaceURI)
| Parametre | Tür | Açıklama |
|---|---|---|
| localName | Dize | Taşınacak bir sonraki kardeş düğümün yerel adı. |
| namespaceURI | Dize | Taşınacak bir sonraki kardeş düğümün ad alanı URI’si. |
ReturnValue
true if the XPathNavigator is successful moving to the next sibling node; false if there are no more siblings, or if the XPathNavigator is currently positioned on an attribute node. If false, the position of the XPathNavigator is unchanged.
Ayrıca Bakınız
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToNext(XPathNodeType) method
XPathNavigator öğesini, belirtilen XPathNodeType ile eşleşen geçerli düğümün bir sonraki kardeş düğümüne taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToNext(XPathNodeType type)
| Parametre | Tür | Açıklama |
|---|---|---|
| type | XPathNodeType | Taşınacak kardeş düğümün XPathNodeType değeri. |
ReturnValue
true if the XPathNavigator is successful moving to the next sibling node; otherwise, false if there are no more siblings or if the XPathNavigator is currently positioned on an attribute node. If false, the position of the XPathNavigator is unchanged.
Ayrıca Bakınız
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++