System::Xml::XPath::XPathNavigator::InsertAfter method
Contents
[
Hide
]XPathNavigator::InsertAfter() method
Returns an XmlWriter object used to create a new sibling node after the currently selected node.
virtual SharedPtr<XmlWriter> System::Xml::XPath::XPathNavigator::InsertAfter()
ReturnValue
An XmlWriter object used to create a new sibling node after the currently selected node.
See Also
- Typedef SharedPtr
- Class XmlWriter
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.PUB for C++
XPathNavigator::InsertAfter(SharedPtr<XmlReader>) method
Creates a new sibling node after the currently selected node using the XML contents of the XmlReader object specified.
virtual void System::Xml::XPath::XPathNavigator::InsertAfter(SharedPtr<XmlReader> newSibling)
Parameter | Type | Description |
---|---|---|
newSibling | SharedPtr<XmlReader> | An XmlReader object positioned on the XML data for the new sibling node. |
See Also
- Typedef SharedPtr
- Class XmlReader
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.PUB for C++
XPathNavigator::InsertAfter(SharedPtr<XPathNavigator>) method
Creates a new sibling node after the currently selected node using the nodes in the XPathNavigator object specified.
virtual void System::Xml::XPath::XPathNavigator::InsertAfter(SharedPtr<XPathNavigator> newSibling)
Parameter | Type | Description |
---|---|---|
newSibling | SharedPtr<XPathNavigator> | An XPathNavigator object positioned on the node to add as the new sibling node. |
See Also
- Typedef SharedPtr
- Class XPathNavigator
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.PUB for C++
XPathNavigator::InsertAfter(String) method
Creates a new sibling node after the currently selected node using the XML string specified.
virtual void System::Xml::XPath::XPathNavigator::InsertAfter(String newSibling)
Parameter | Type | Description |
---|---|---|
newSibling | String | The XML data string for the new sibling node. |
See Also
- Class String
- Class XPathNavigator
- Namespace System::Xml::XPath
- Library Aspose.PUB for C++