Metodo System::Xml::XPath::XPathNavigator::PrependChild
Contenuti
[
Nascondere
]XPathNavigator::PrependChild() method
Restituisce un oggetto XmlWriter utilizzato per creare un nuovo nodo figlio all’inizio dell’elenco dei nodi figlio del nodo corrente.
virtual SharedPtr<XmlWriter> System::Xml::XPath::XPathNavigator::PrependChild()
ReturnValue
Un oggetto XmlWriter utilizzato per creare un nuovo nodo figlio all’inizio dell’elenco dei nodi figlio del nodo corrente.
Vedi anche
- Typedef SharedPtr
- Class XmlWriter
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::PrependChild(SharedPtr<XmlReader>) method
Crea un nuovo nodo figlio all’inizio dell’elenco dei nodi figlio del nodo corrente utilizzando il contenuto XML dell’oggetto XmlReader specificato.
virtual void System::Xml::XPath::XPathNavigator::PrependChild(SharedPtr<XmlReader> newChild)
| Parametro | Tipo | Descrizione |
|---|---|---|
| newChild | SharedPtr<XmlReader> | Un oggetto XmlReader posizionato sui dati XML per il nuovo nodo figlio. |
Vedi anche
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::PrependChild(SharedPtr<XPathNavigator>) method
Crea un nuovo nodo figlio all’inizio dell’elenco dei nodi figlio del nodo corrente utilizzando i nodi dell’oggetto XPathNavigator specificato.
virtual void System::Xml::XPath::XPathNavigator::PrependChild(SharedPtr<XPathNavigator> newChild)
| Parametro | Tipo | Descrizione |
|---|---|---|
| newChild | SharedPtr<XPathNavigator> | Un oggetto XPathNavigator posizionato sul nodo da aggiungere come nuovo nodo figlio. |
Vedi anche
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++
XPathNavigator::PrependChild(String) method
Crea un nuovo nodo figlio all’inizio dell’elenco dei nodi figlio del nodo corrente utilizzando la stringa XML specificata.
virtual void System::Xml::XPath::XPathNavigator::PrependChild(String newChild)
| Parametro | Tipo | Descrizione |
|---|---|---|
| newChild | Stringa | La stringa di dati XML per il nuovo nodo figlio. |
Vedi anche
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.Font for C++