blob: 61d8c87153c0af3dae017544bde171a89c78ac21 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.juneau.parser (Apache Juneau 9.0.0)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.juneau.parser">
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../javadoc.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="package-declaration">
<script type="text/javascript">var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.juneau.parser</h1>
</div>
<div class="contentContainer">
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">Parser API</div>
</section>
<section class="summary">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Positionable.html" title="interface in org.apache.juneau.parser">Positionable</a></th>
<td class="colLast">
<div class="block">Interface for objects with positions (lines/columns/byte-positions for example).</div>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="InputStreamParser.html" title="class in org.apache.juneau.parser">InputStreamParser</a></th>
<td class="colLast">
<div class="block">Subclass of <a href="Parser.html" title="class in org.apache.juneau.parser"><code>Parser</code></a> for byte-based parsers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="InputStreamParser.Builder.html" title="class in org.apache.juneau.parser">InputStreamParser.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="InputStreamParserSession.html" title="class in org.apache.juneau.parser">InputStreamParserSession</a></th>
<td class="colLast">
<div class="block">Subclass of parser session objects for byte-based parsers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="InputStreamParserSession.Builder.html" title="class in org.apache.juneau.parser">InputStreamParserSession.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Parser.html" title="class in org.apache.juneau.parser">Parser</a></th>
<td class="colLast">
<div class="block">Parent class for all Juneau parsers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Parser.Builder.html" title="class in org.apache.juneau.parser">Parser.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Parser.Null.html" title="class in org.apache.juneau.parser">Parser.Null</a></th>
<td class="colLast">
<div class="block">Represents no Parser.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ParserInputStream.html" title="class in org.apache.juneau.parser">ParserInputStream</a></th>
<td class="colLast">
<div class="block">Input stream meant to be used as input for stream-based parsers.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ParserListener.html" title="class in org.apache.juneau.parser">ParserListener</a></th>
<td class="colLast">
<div class="block">Class for listening for certain parse events during a document parse.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ParserListener.Void.html" title="class in org.apache.juneau.parser">ParserListener.Void</a></th>
<td class="colLast">
<div class="block">Represents no parser listener.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ParserMatch.html" title="class in org.apache.juneau.parser">ParserMatch</a></th>
<td class="colLast">
<div class="block">Represents a parser and media type that matches an HTTP <c>Content-Type</c> header value.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ParserPipe.html" title="class in org.apache.juneau.parser">ParserPipe</a></th>
<td class="colLast">
<div class="block">A wrapper around an object that a parser reads its input from.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ParserReader.html" title="class in org.apache.juneau.parser">ParserReader</a></th>
<td class="colLast">
<div class="block">Similar to a <code>PushbackReader</code> with a pushback buffer of 1 character.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ParserSession.html" title="class in org.apache.juneau.parser">ParserSession</a></th>
<td class="colLast">
<div class="block">Session object that lives for the duration of a single use of <a href="Parser.html" title="class in org.apache.juneau.parser"><code>Parser</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ParserSession.Builder.html" title="class in org.apache.juneau.parser">ParserSession.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ParserSet.html" title="class in org.apache.juneau.parser">ParserSet</a></th>
<td class="colLast">
<div class="block">Represents a group of <a href="Parser.html" title="class in org.apache.juneau.parser"><code>Parsers</code></a> that can be looked up by media type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ParserSet.Builder.html" title="class in org.apache.juneau.parser">ParserSet.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ParserSet.Inherit.html" title="class in org.apache.juneau.parser">ParserSet.Inherit</a></th>
<td class="colLast">
<div class="block">An identifier that the previous entries in this group should be inherited.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ParserSet.NoInherit.html" title="class in org.apache.juneau.parser">ParserSet.NoInherit</a></th>
<td class="colLast">
<div class="block">An identifier that the previous entries in this group should not be inherited.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Position.html" title="class in org.apache.juneau.parser">Position</a></th>
<td class="colLast">
<div class="block">Identifies a position in a reader or input stream.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ReaderParser.html" title="class in org.apache.juneau.parser">ReaderParser</a></th>
<td class="colLast">
<div class="block">Subclass of <a href="Parser.html" title="class in org.apache.juneau.parser"><code>Parser</code></a> for characters-based parsers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ReaderParser.Builder.html" title="class in org.apache.juneau.parser">ReaderParser.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ReaderParserSession.html" title="class in org.apache.juneau.parser">ReaderParserSession</a></th>
<td class="colLast">
<div class="block">Subclass of parser session objects for character-based parsers.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ReaderParserSession.Builder.html" title="class in org.apache.juneau.parser">ReaderParserSession.Builder</a></th>
<td class="colLast">
<div class="block">Builder class.</div>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ParseException.html" title="class in org.apache.juneau.parser">ParseException</a></th>
<td class="colLast">
<div class="block">Exception that indicates invalid syntax encountered during parsing.</div>
</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2016&#x2013;2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>