IXDLSFactory module
- class IXDLSFactory.IXDLSFactory
Bases:
ABCAbstract base class for XDLS factory.
Methods: - Create: Create an instance of IDocumentSerializable.
- abstract Create(reader: IXDLSContentReader) IDocumentSerializable
Create an instance of IDocumentSerializable.
Parameters: - reader: An instance of IXDLSContentReader.
Returns: - An instance of IDocumentSerializable.
