buffer_parser library

Offering the classes for constructing custom parser on another protocol.

Classes

AudioInfoParser
A parser for handling construction of AudioInfo.
ImageInfoParser
A parser for constructin ImageInfo.
ImmutableBuffer<T extends Object>
A mixin for constructing immutable object in buffer.
MediaInfo
Denote this information represents as multimedia form.
MediaInfoAssigner
A mixin for assigning MediaInfo implemented parser.
MetaFetch
Read Document and find all metadata tags to generate corresponded MetaInfo.
MetaInfoAssigner
Manage all values of MetaInfo during data apply state.
MetaPropertyParser
A parser for constructing MetaInfo given Document in HTML.
ScalableInfo
Define the media size when display visual media.
ScalableInfoAssigner
A mixin for assigning ScalableInfo implemented parser.
UrlInfo
Define metadata information with url link.
UrlInfoAssigner
A mixin for constructing UrlInfo implemented parser.
VideoInfoParser
A parser for handling construction of VideoInfo.

Typedefs

PropertyPair = (String, String)
A String pair Record represents property and content attribute in <meta> tag.