System::Xml::XPath::XPathNavigator::ReplaceSelf método
Contenido
[
Ocultar
]XPathNavigator::ReplaceSelf(SharedPtr<XmlReader>) method
Reemplaza el nodo actual con el contenido del objeto XmlReader especificado.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XmlReader> newNode)
| Parámetro | Tipo | Descripción |
|---|---|---|
| newNode | SharedPtr<XmlReader> | Un objeto XmlReader posicionado en los datos XML del nuevo nodo. |
Ver también
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator>) method
Reemplaza el nodo actual con el contenido del objeto XPathNavigator especificado.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(SharedPtr<XPathNavigator> newNode)
| Parámetro | Tipo | Descripción |
|---|---|---|
| newNode | SharedPtr<XPathNavigator> | Un objeto XPathNavigator posicionado en el nuevo nodo. |
Ver también
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::ReplaceSelf(String) method
Reemplaza el nodo actual con el contenido de la cadena especificada.
virtual void System::Xml::XPath::XPathNavigator::ReplaceSelf(String newNode)
| Parámetro | Tipo | Descripción |
|---|---|---|
| newNode | String | La cadena de datos XML para el nuevo nodo. |
Ver también
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++