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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addParsingCompleteListener(ParserContextListener l)
void
fireParsingComplete()
-
-
-
Method Detail
-
addParsingCompleteListener
void addParsingCompleteListener(ParserContextListener l)
-
fireParsingComplete
void fireParsingComplete()
-
-