Interface HandlesSpecificDocumentModes


  • public interface HandlesSpecificDocumentModes
    Interfaces for any subclass of BaseDocumentTransformer to implement if they wish to handle specific DocumentModes other than the default.
    • Field Detail

      • ALL_MODES

        static final java.util.Set<DocumentMode> ALL_MODES
        All document modes.
    • Method Detail

      • getHandledDocumentModes

        java.util.Set<DocumentMode> getHandledDocumentModes()
        Gets a set of DocumentModes that are handled by this stage.