System::Xml::XmlWriter::WriteNode method
Contents
[
Hide
]XmlWriter::WriteNode(SharedPtr<XmlReader>, bool) method
When overridden in a derived class, copies everything from the reader to the writer and moves the reader to the start of the next sibling.
virtual void System::Xml::XmlWriter::WriteNode(SharedPtr<XmlReader> reader, bool defattr)
| Parameter | Type | Description | 
|---|---|---|
| reader | SharedPtr<XmlReader> | The XmlReader to read from. | 
| defattr | bool | true to copy the default attributes from the XmlReader; otherwise, false. | 
See Also
- Typedef SharedPtr
 - Class XmlReader
 - Class XmlWriter
 - Namespace System::Xml
 - Library Aspose.Font for C++
 
XmlWriter::WriteNode(SharedPtr<XPath::XPathNavigator>, bool) method
Copies everything from the XPathNavigator object to the writer. The position of the XPathNavigator remains unchanged.
virtual void System::Xml::XmlWriter::WriteNode(SharedPtr<XPath::XPathNavigator> navigator, bool defattr)
| Parameter | Type | Description | 
|---|---|---|
| navigator | SharedPtr<XPath::XPathNavigator> | The XPathNavigator to copy from. | 
| defattr | bool | true to copy the default attributes; otherwise, false. | 
See Also
- Typedef SharedPtr
 - Class XPathNavigator
 - Class XmlWriter
 - Namespace System::Xml
 - Library Aspose.Font for C++