System::Xml::XPath::XPathNavigator::MoveToFollowing metodu
İçindekiler
[
Saklamak
]XPathNavigator::MoveToFollowing(String, String) method
XPathNavigator öğesini belge sırasına göre belirtilen yerel ad ve ad alanı URI’sine sahip öğeye taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI)
| Parametre | Tür | Açıklama |
|---|---|---|
| localName | Dize | Öğenin yerel adı. |
| namespaceURI | Dize | Öğenin ad alanı URI’si. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Ayrıca Bakınız
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToFollowing(String, String, SharedPtr<XPathNavigator>) method
XPathNavigator öğesini belge sırasına göre belirtilen yerel ad ve ad alanı URI’sine sahip öğeye, belirtilen sınıra kadar taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(String localName, String namespaceURI, SharedPtr<XPathNavigator> end)
| Parametre | Tür | Açıklama |
|---|---|---|
| localName | Dize | Öğenin yerel adı. |
| namespaceURI | Dize | Öğenin ad alanı URI’si. |
| end | SharedPtr<XPathNavigator> | Öğenin sınırında konumlandırılmış ve mevcut XPathNavigator nesnesinin bir sonraki öğeyi ararken geçmeyeceği XPathNavigator nesnesi. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Ayrıca Bakınız
- Class String
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToFollowing(XPathNodeType) method
XPathNavigator öğesini belge sırasına göre belirtilen XPathNodeType öğesinin sonraki öğesine taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type)
| Parametre | Tür | Açıklama |
|---|---|---|
| type | XPathNodeType | Öğenin XPathNodeType değeri. XPathNodeType XPathNodeType::Attribute veya XPathNodeType::Namespace olamaz. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Ayrıca Bakınız
- Enum XPathNodeType
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::MoveToFollowing(XPathNodeType, SharedPtr<XPathNavigator>) method
XPathNavigator öğesini belge sırasına göre belirtilen XPathNodeType öğesinin sonraki öğesine, belirtilen sınıra kadar taşır.
virtual bool System::Xml::XPath::XPathNavigator::MoveToFollowing(XPathNodeType type, SharedPtr<XPathNavigator> end)
| Parametre | Tür | Açıklama |
|---|---|---|
| type | XPathNodeType | Öğenin XPathNodeType değeri. XPathNodeType XPathNodeType::Attribute veya XPathNodeType::Namespace olamaz. |
| end | SharedPtr<XPathNavigator> | Öğenin sınırında konumlandırılmış ve mevcut XPathNavigator nesnesinin bir sonraki öğeyi ararken geçmeyeceği XPathNavigator nesnesi. |
ReturnValue
true if the XPathNavigator moved successfully; otherwise, false.
Ayrıca Bakınız
- Enum XPathNodeType
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++