mixinafFandoc::PreProcessor

afFandoc::PreProcessor

@Js

An interface for processing <pre> text blocks.

fromFn

Source

static new fromFn(|OutStream,DocElem,Uri,Str fn)

Creates a PreProcessor from the given fn.

process

Source

abstract Void process(OutStream out, DocElem elem, Uri cmd, Str preText)

Implement to process the given pre text to the given out.