Interface ParserEnvironment


  • @PublicApi
    public interface ParserEnvironment
    This is the arguments that can be passed to a Parser
    • Method Detail

      • getDocument

        java.io.Reader getDocument()
        Returns:
        the document to be parsed
      • getParserOptions

        ParserOptions getParserOptions()
        Returns:
        the parsing options
      • getLocale

        java.util.Locale getLocale()
        Returns:
        the locale to produce parsing error messages in
      • getI18N

        I18n getI18N()
        Returns:
        the I18n to produce parsing error messages with