The following tables list the members exposed by SaveXmlData.
Public Properties
| Name | Description |
![Public Property](dotnetimages/publicProperty.gif) | Attributes | Contains a dictionary of string pairs that correspond to each attribute that is about to be written to the output XML file. |
![Public Property](dotnetimages/publicProperty.gif) | BinaryType | Gets or sets a value indicating how to export binary data. |
![Public Property](dotnetimages/publicProperty.gif) | BulkDataUri | Gets or sets the bulk data URI that is about to be written. |
![Public Property](dotnetimages/publicProperty.gif) | BulkDataUuid | Gets or sets the bulk data UUID that is about to be written. |
![Public Property](dotnetimages/publicProperty.gif) | Comment | If the NodeType is DicomXmlNodeType.Comment, then this contains the comment that is about to be written. |
![Public Property](dotnetimages/publicProperty.gif) | DicomElement | Gets the DicomElement that corresponds to the XML data that is about to be written. |
![Public Property](dotnetimages/publicProperty.gif) | ElementName | Identifies the name of the XML element that is about to be written. |
![Public Property](dotnetimages/publicProperty.gif) | ElementValue | Identifies the value of the XML element that is about to be written. |
![Public Property](dotnetimages/publicProperty.gif) | HasChildElements | Gets a value indicating whether this element has children. |
![Public Property](dotnetimages/publicProperty.gif) | NodeType | Identifies the type of XML node that is about to be written to the XML output file. |
Top
Public Methods
| Name | Description |
![Public Method](dotnetimages/publicMethod.gif) | Reset | Resets all members of the class to their default values, and empties the attributes dictionary. |
Top
See Also
Reference
SaveXmlData Class
Leadtools.Dicom.Common.Extensions Namespace
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags,LoadXmlBeforeElementCallback,LoadXmlAfterElementCallback) Method
LoadXml(DicomDataSet,String,DicomDataSetLoadXmlFlags) Method
LoadXml(DicomDataSet,Stream,DicomDataSetLoadXmlFlags) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags,SaveXmlCallback) Method
SaveXml(DicomDataSet,String,DicomDataSetSaveXmlFlags) Method
SaveXml(DicomDataSet,Stream,DicomDataSetSaveXmlFlags) Method
SaveXmlCallback Delegate
LoadXmlBeforeElementCallback Delegate
LoadXmlAfterElementCallback Delegate