Interface ParserContext

  • All Known Implementing Classes:
    AbstractParserContext

    public interface ParserContext
    ParserContext. By using the methods declared in this interface, parsers can register listeners which will be invoked when the parsing completes successfully. This is useful when configuration can be completed only when the whole file has been parsed (e.g. because of the use of named references)
    Since:
    5.2
    Author:
    Tristan Tarrant
    • Method Detail

      • fireParsingComplete

        void fireParsingComplete()