Asciidoctor::Converter::CompositeConverter
Inherits Asciidoctor::Converter::Base < Reference < Object
A Converter implementation that delegates to the chain of Converter objects passed to the constructor. Selects the first Converter that identifies itself as the handler for a given transform.
Ported from Ruby Asciidoctor lib/asciidoctor/converter/composite.rb
Constructors
Instance methods
Delegates to the first converter that identifies itself as the handler for the given transform.
Retrieve the converter for the specified transform (with caching).
Dispatch conversion to the appropriate method (delegates to convert).