Método System::Xml::XPath::XPathNavigator::InsertAfter
Contenido
[
Ocultar
]XPathNavigator::InsertAfter() method
Devuelve un objeto XmlWriter utilizado para crear un nuevo nodo hermano después del nodo actualmente seleccionado.
virtual SharedPtr<XmlWriter> System::Xml::XPath::XPathNavigator::InsertAfter()
ReturnValue
Un objeto XmlWriter utilizado para crear un nuevo nodo hermano después del nodo actualmente seleccionado.
Ver también
- Typedef SharedPtr
- Class XmlWriter
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::InsertAfter(SharedPtr<XmlReader>) method
Crea un nuevo nodo hermano después del nodo actualmente seleccionado utilizando el contenido XML del objeto XmlReader especificado.
virtual void System::Xml::XPath::XPathNavigator::InsertAfter(SharedPtr<XmlReader> newSibling)
| Parámetro | Tipo | Descripción |
|---|---|---|
| newSibling | SharedPtr<XmlReader> | Un objeto XmlReader posicionado en los datos XML para el nuevo nodo hermano. |
Ver también
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::InsertAfter(SharedPtr<XPathNavigator>) method
Crea un nuevo nodo hermano después del nodo actualmente seleccionado utilizando los nodos del objeto XPathNavigator especificado.
virtual void System::Xml::XPath::XPathNavigator::InsertAfter(SharedPtr<XPathNavigator> newSibling)
| Parámetro | Tipo | Descripción |
|---|---|---|
| newSibling | SharedPtr<XPathNavigator> | Un objeto XPathNavigator posicionado en el nodo que se añadirá como nuevo nodo hermano. |
Ver también
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++
XPathNavigator::InsertAfter(String) method
Crea un nuevo nodo hermano después del nodo seleccionado actualmente usando la cadena XML especificada.
virtual void System::Xml::XPath::XPathNavigator::InsertAfter(String newSibling)
| Parámetro | Tipo | Descripción |
|---|---|---|
| newSibling | String | La cadena de datos XML para el nuevo nodo hermano. |
Ver también
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Page for C++