Class | Description |
---|---|
InputStreamParser |
Subclass of
Parser for byte-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 . |
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
Content-Type header value. |
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.
|
ReaderParser |
Subclass of
Parser for characters-based parsers. |
ReaderParserSession |
Subclass of parser session objects for character-based parsers.
|
Exception | Description |
---|---|
ParseException |
Exception that indicates invalid syntax encountered during parsing.
|
Copyright © 2018 Apache. All rights reserved.