Class ErrorEngine

  • All Implemented Interfaces:
    ParserEngine

    public class ErrorEngine
    extends MarkupEngine
    An internal rendering engine used to notify the user that the markup format he used requires an engine that couldn't be loaded.
    • Constructor Detail

      • ErrorEngine

        public ErrorEngine()
      • ErrorEngine

        public ErrorEngine​(java.lang.String name)
    • Method Detail

      • processHeader

        public void processHeader​(ParserContext context)
        Description copied from class: MarkupEngine
        Processes the document header. Usually subclasses will parse the document body and look for specific header metadata and export it into contents map.
        Overrides:
        processHeader in class MarkupEngine
        Parameters:
        context - the parser context