Interface MacroExecutor

All Known Implementing Classes:
AbstractParser, AbstractTextParser, AbstractXmlParser, Xhtml1BaseParser, Xhtml5BaseParser

public interface MacroExecutor
Interface implemented by all parsers that support macros and which can be used to overwrite macro execution via Parser.setMacroExecutor(MacroExecutor).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    executeMacro(String macroId, MacroRequest request, org.apache.maven.doxia.sink.Sink sink)
    Execute a macro on the given sink.