Package org.apache.juneau.parser
package org.apache.juneau.parser
Parser API
-
ClassDescriptionSubclass of
Parser
for byte-based parsers.Builder class.Subclass of parser session objects for byte-based parsers.Builder class.Exception that indicates invalid syntax encountered during parsing.Parent class for all Juneau parsers.Builder class.Represents no Parser.Input stream meant to be used as input for stream-based parsers.Class for listening for certain parse events during a document parse.Represents no parser listener.Represents a parser and media type that matches an HTTPContent-Type header value.A wrapper around an object that a parser reads its input from.Similar to aPushbackReader
with a pushback buffer of 1 character.Session object that lives for the duration of a single use ofParser
.Builder class.Represents a group ofParsers
that can be looked up by media type.Builder class.An identifier that the previous entries in this group should be inherited.An identifier that the previous entries in this group should not be inherited.Identifies a position in a reader or input stream.Interface for objects with positions (lines/columns/byte-positions for example).Subclass ofParser
for characters-based parsers.Builder class.Subclass of parser session objects for character-based parsers.Builder class.