Command Handler
interface CommandHandler
Content copied to clipboard
Functions
handleCommand
Link copied to clipboard
open fun handleCommand(element: Element, command: Command, input: File, output: File)
Content copied to clipboard
handleCommandAsComment
Link copied to clipboard
open fun handleCommandAsComment(command: Command, body: List<Node>, input: File, output: File)
Content copied to clipboard
handleCommandAsTag
Link copied to clipboard
open fun handleCommandAsTag(command: Command, body: Element, input: File, output: File)
Content copied to clipboard
Inheritors
AddToNavigationCommandHandler
Link copied to clipboard
SubstitutionCommandHandler
Link copied to clipboard
ReplaceVersionCommandHandler
Link copied to clipboard