| Interface | Description |
|---|---|
| Positionable |
Interface for objects with positions (lines/columns/byte-positions for example).
|
| Class | Description |
|---|---|
| InputStreamParser |
Subclass of
Parser for byte-based parsers. |
| InputStreamParserBuilder |
Base builder class for building instances of stream-based parsers.
|
| InputStreamParserSession |
Subclass of parser session objects for byte-based parsers.
|
| Parser |
Parent class for all Juneau parsers.
|
| ParserBuilder |
Builder class for building instances of parsers.
|
| ParserGroup |
Represents a group of
Parsers that can be looked up by media type. |
| ParserGroupBuilder |
Builder class for creating instances of
ParserGroup. |
| ParserInputStream |
Input stream meant to be used as input for stream-based parsers.
|
| ParserListener |
Class for listening for certain parse events during a document parse.
|
| ParserListener.Null |
Represents no parser listener.
|
| ParserMatch |
Represents a parser and media type that matches an HTTP
|
| ParserPipe |
A wrapper around an object that a parser reads its input from.
|
| ParserReader |
Similar to a
PushbackReader with a pushback buffer of 1 character. |
| ParserSession |
Session object that lives for the duration of a single use of
Parser. |
| ParserSessionArgs |
Runtime arguments common to all parser sessions.
|
| Position |
Identifies a position in a reader or input stream.
|
| ReaderParser |
Subclass of
Parser for characters-based parsers. |
| ReaderParserBuilder |
Base builder class for building instances of reader-based parsers.
|
| ReaderParserSession |
Subclass of parser session objects for character-based parsers.
|
| Exception | Description |
|---|---|
| ParseException |
Exception that indicates invalid syntax encountered during parsing.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.