getDocumentFactory abstract method

DocumentFactory? getDocumentFactory(
  1. String docType
)

Get the Document factory for the specified type.

Implementation

DocumentFactory? getDocumentFactory(String docType);