Interface DocumentTypeMapper


public interface DocumentTypeMapper
This interface may be used to have a custom logic for type mapping. This allows to determine target DocumentModel type based on the descriptor file.
Author:
Thierry Delprat
  • Method Summary

    Modifier and Type
    Method
    Description
    getTargetDocumentType(org.dom4j.Document xmlDoc, File file)
     
  • Method Details

    • getTargetDocumentType

      String getTargetDocumentType(org.dom4j.Document xmlDoc, File file)