HtmlParser m_Parser*
This attribute is used to access parent parser. It is protected so that
it can’t be accessed by user but can be accessed from derived classes.
Returns list of supported tags. The list is in uppercase and tags
are delimited by ‘,’. Example : @"I,B,FONT,P" @
This is the core method of each handler. It is called each time
one of supported tags is detected. tag contains all necessary
info (see HtmlTag for details).
true if parse_inner was called,
false otherwise.
You shouldn’t call ParseInner if the tag is not paired with an ending one.
This method calls parser’s do_parsing method
for the string between this tag and the paired ending tag:
In this example, a call to ParseInner (with tag pointing to A tag)
will parse ‘Hello, world!’.
Assigns parser to this handler. Each instance of handler
is guaranteed to be called only from the parser.
[This page automatically generated from the Textile source at 2023-06-03 08:07:40 +0000]