Interface ProcessorFactory

All Known Implementing Classes:
ProcessorFactoryImpl

public interface ProcessorFactory
An implementation of the AsciidoctorJ API has to implement this interface. Every instance of a Processor will call this method to get a delegate of the Processor interface that has to implement functionalities like creating AST nodes etc.
  • Method Details

    • createProcessorDelegate

      Processor createProcessorDelegate()