System::Xml::XPath::XPathNavigator::ReplaceSelf metodo
Contenuti
[
Nascondere
]XPathNavigator::ReplaceSelf(SharedPtr<XmlReader>) method
Sostituisce il nodo corrente con il contenuto dell’oggetto XmlReader specificato.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XmlReader> newNode)
| Parametro | Tipo | Descrizione |
|---|---|---|
| newNode | SharedPtr<XmlReader> | Un oggetto XmlReader posizionato sui dati XML per il nuovo nodo. |
Vedi anche
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator>) method
Sostituisce il nodo corrente con il contenuto dell’oggetto XPathNavigator specificato.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator> newNode)
| Parametro | Tipo | Descrizione |
|---|---|---|
| newNode | SharedPtr<XPathNavigator> | Un oggetto XPathNavigator posizionato sul nuovo nodo. |
Vedi anche
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::ReplaceSelf(String) method
Sostituisce il nodo corrente con il contenuto della stringa specificata.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(String newNode)
| Parametro | Tipo | Descrizione |
|---|---|---|
| newNode | Stringa | La stringa di dati XML per il nuovo nodo. |
Vedi anche
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++