Namespace Hi.Common.XmlUtils
Classes
- XFactory
Factory class for generating objects from XML elements using registered generator functions.
- XmlSourceAndFile<T>
A class that combines an XML-serializable data object with its source file path.
- XmlUtil
Utility for managing XML.
Interfaces
- IMakeXmlSource
Interface for objects that can be serialized to XML format.
- INameNote
Interface for objects that have a name and note property.
Enums
- GenMode
Enumeration of generation modes for XML factory operations.
Delegates
- SetFileDelegate
Delegate for setting the file path during XML operations.
- XFactory.GenByXElementDelegate
Delegate for generating objects from XML elements with relative file path.
- XFactory.XmlExceptionDelegate
Delegate for handling XML exceptions during generation.