Class Asciidoctor::Extensions::Treeprocessor
In: lib/asciidoctor/extensions.rb
Parent: Processor

Public: Treeprocessors are run on the Document after the source has been parsed into an abstract syntax tree (AST), as represented by the Document object and its child Node objects (e.g., Section, Block, List, ListItem).

Asciidoctor invokes the {Processor#process} method on an instance of each registered Treeprocessor.

Treeprocessor implementations must extend Treeprocessor.

Methods

process  

Public Instance methods

[Validate]