|
|
|
@ -48,7 +48,6 @@ namespace GBase.DataHandling |
|
|
|
/// <summary> |
|
|
|
/// <summary> |
|
|
|
/// A <see cref="IDataHandler"/> that handles its data in an xml file |
|
|
|
/// A <see cref="IDataHandler"/> that handles its data in an xml file |
|
|
|
/// </summary> |
|
|
|
/// </summary> |
|
|
|
/// <param name="path">The path to the xml file</param> |
|
|
|
|
|
|
|
/// <param name="xmlDataReaderFactory">The <see cref="IXmlDataReader"/> factory</param> |
|
|
|
/// <param name="xmlDataReaderFactory">The <see cref="IXmlDataReader"/> factory</param> |
|
|
|
/// <param name="xmlDataWriterFactory">The <see cref="IXmlDataWriter"/> factory</param> |
|
|
|
/// <param name="xmlDataWriterFactory">The <see cref="IXmlDataWriter"/> factory</param> |
|
|
|
/// <param name="xmlDataHandlerCacheFactory">The <see cref="IXmlDataHandlerCache"/> factory</param> |
|
|
|
/// <param name="xmlDataHandlerCacheFactory">The <see cref="IXmlDataHandlerCache"/> factory</param> |
|
|
|
|