Interface DocumentLocator

All Known Implementing Classes:
DefaultLocator, DefaultLocator

public interface DocumentLocator
Callback into the parser to ask for information about where we are in the parsing process.

If a parser supports Locators, it must at least support line numbers. Column numbers are optional.