blob: 17a597076e71312c8bdb9cab7c4601f36c2d8670 [file] [log] [blame]
<!--
/***************************************************************************************************************************
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
***************************************************************************************************************************/
-->
{8.1.3-updated}
Common Parser Properties
<p>
In addition to the common properties above, the following properties are common to all parsers:
</p>
<ul class='javatree'>
<li class='jc'>{@link oaj.parser.Parser}
<ul>
<li class='jf'>{@link oaj.parser.Parser#PARSER_autoCloseStreams PARSER_autoCloseStreams}
<li class='jf'>{@link oaj.parser.Parser#PARSER_debugOutputLines PARSER_debugOutputLines}
<li class='jf'>{@link oaj.parser.Parser#PARSER_listener PARSER_listener}
<li class='jf'>{@link oaj.parser.Parser#PARSER_strict PARSER_strict}
<li class='jf'>{@link oaj.parser.Parser#PARSER_trimStrings PARSER_trimStrings}
<li class='jf'>{@link oaj.parser.Parser#PARSER_unbuffered PARSER_unbuffered}
<li class='jc'>{@link oaj.parser.ReaderParser}
<ul>
<li class='jf'>{@link oaj.parser.ReaderParser#RPARSER_fileCharset RPARSER_fileCharset}
<li class='jf'>{@link oaj.parser.ReaderParser#RPARSER_streamCharset RPARSER_streamCharset}
</ul>
<li class='jc'>{@link oaj.parser.InputStreamParser}
<ul>
<li class='jf'>{@link oaj.parser.InputStreamParser#ISPARSER_binaryFormat ISPARSER_binaryFormat}
</ul>
</ul>
</ul>