IXDLSFactory module

class IXDLSFactory.IXDLSFactory

Bases: ABC

Abstract 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.