Asciidoctor::Extensions::Processor
An abstract base class for document and syntax processors.
Instances of the Processor class provide convenience methods for creating AST nodes, such as Block and Inline, and for parsing child content.
Constructors
Instance methods
Creates an anchor inline node.
Creates a new Block node and links it to the specified parent.
Creates an example block.
Creates an image block node and links it to the specified parent.
Creates an inline node and binds it to the specified parent.
Creates an inline pass node.
Creates a list node and links it to the specified parent.
Creates a list item node and links it to the specified parent.
Creates a listing block.
Creates a literal block.
Creates an open block.
Creates a paragraph block.
Creates a pass block.
Creates a Section node.
Parses blocks in the content and attaches them to the parent.