Extracted from Pike v7.4 release 117 at 2004-11-02.
pike.ida.liu.se
[Top]
predef::
Parser
Parser.HTML

Method Parser.HTML()->quote_tags()


Method quote_tags

mapping tags()
mapping containers()
mapping entities()
mapping quote_tags()

Description

Returns the current callback settings. For quote_tags, the values are arrays ({callback, end_quote}).

Note that when matching is done case insensitively, all names will be returned in lowercase.

Implementation note: With the exception of quote_tags(), these run in constant time since they return copy-on-write mappings. However, quote_tags() allocates a new mapping and thus runs in linear time.

See also

add_tag , add_tags , add_container , add_containers , add_entity , add_entities