The manakai project

Web::HTML::InputStream

Input stream integration for HTML/XML parsers

DESCRIPTION

THIS MODULE IS DEPRECATED. DON'T USE THIS MODULE FOR NEW APPLICATIONS.

The Web::HTML::InputStream module implements handling of input stream for HTML/XML parsers (tokenizers), including the coordination with character encoding layer. This module is not intended to be used standalone.

DEPENDENCY

The module requires Web::Encoding and Web::Encoding::UnivCharDet in the <https://github.com/manakai/perl-web-encodings> repository.

SEE ALSO

Web::HTML::Parser, Web::XML::Parser.

Web::HTML::Tokenizer.

SPECIFICATIONS

[HTML]

HTML Living Standard - The input byte stream <http://www.whatwg.org/specs/web-apps/current-work/#the-input-byte-stream>.

[ENCODING]

Encoding Standard <http://encoding.spec.whatwg.org/>.

AUTHOR

Wakaba <wakaba@suikawiki.org>.

LICENSE

Copyright 2007-2014 Wakaba <wakaba@suikawiki.org>.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.