Common Parser Properties
In addition to the common properties above, the following properties are common to all parsers:
- {@link oaj.parser.Parser}
- {@link oaj.parser.Parser#PARSER_autoCloseStreams PARSER_autoCloseStreams}
- {@link oaj.parser.Parser#PARSER_debugOutputLines PARSER_debugOutputLines}
- {@link oaj.parser.Parser#PARSER_listener PARSER_listener}
- {@link oaj.parser.Parser#PARSER_strict PARSER_strict}
- {@link oaj.parser.Parser#PARSER_trimStrings PARSER_trimStrings}
- {@link oaj.parser.Parser#PARSER_unbuffered PARSER_unbuffered}
- {@link oaj.parser.ReaderParser}
- {@link oaj.parser.ReaderParser#RPARSER_fileCharset RPARSER_fileCharset}
- {@link oaj.parser.ReaderParser#RPARSER_inputStreamCharset RPARSER_inputStreamCharset}
- {@link oaj.parser.InputStreamParser}
- {@link oaj.parser.InputStreamParser#ISPARSER_binaryFormat ISPARSER_binaryFormat}