System::Xml::XPath::XPathNavigator::ReplaceSelf yöntemi
İçindekiler
[
Saklamak
]XPathNavigator::ReplaceSelf(SharedPtr<XmlReader>) method
Mevcut düğümü, belirtilen XmlReader nesnesinin içeriğiyle değiştirir.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XmlReader> newNode)
| Parameter | Type | Açıklama |
|---|---|---|
| newNode | SharedPtr<XmlReader> | Yeni düğüm için XML verisine konumlandırılmış bir XmlReader nesnesi. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator>) method
Mevcut düğümü, belirtilen XPathNavigator nesnesinin içeriğiyle değiştirir.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator> newNode)
| Parameter | Type | Açıklama |
|---|---|---|
| newNode | SharedPtr<XPathNavigator> | Yeni düğümde konumlandırılmış bir XPathNavigator nesnesi. |
Ayrıca Bakınız
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::ReplaceSelf(String) method
Replaces the current node with the content of the string specified.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(String newNode)
| Parameter | Type | Açıklama |
|---|---|---|
| newNode | String | Yeni düğüm için XML veri dizesi. |
Ayrıca Bakınız
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++