Extracted from Pike v7.3 release 53 at 2002-09-10.
pike.ida.liu.se
[Top]
Parser
Parser.HTML

Class Parser.HTML

Description

This is a simple parser for SGML structured markups. It's not really HTML, but it's useful for that purpose.

The simple way to use it is to give it some information about available tags and containers, and what callbacks those is to call.

The object is easily reused, by calling the Parser.HTML.clone() function.

See also

Parser.HTML.add_tag, Parser.HTML.add_container, Parser.HTML.clone