WriteAttributes()
XmlWriter::WriteAttributes(SharedPtr<XmlReader>, bool) method
When overridden in a derived class, writes out all the attributes found at the current position in the XmlReader.
virtual void System::Xml::XmlWriter::WriteAttributes(SharedPtr<XmlReader> reader, bool defattr)
Arguments
Parameter | Type | Description |
---|---|---|
reader | SharedPtr<XmlReader> | The XmlReader from which to copy the attributes. |
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.Slides