#include <docparser.h>
Inheritance diagram for DocHtmlCaption:
Public Member Functions | |
DocHtmlCaption (DocNode *parent, const HtmlAttribList &attribs) | |
Kind | kind () const |
DocNode * | parent () const |
void | accept (DocVisitor *v) |
const HtmlAttribList & | attribs () const |
int | parse () |
Definition at line 1156 of file docparser.h.
DocHtmlCaption::DocHtmlCaption | ( | DocNode * | parent, | |
const HtmlAttribList & | attribs | |||
) | [inline] |
Definition at line 1159 of file docparser.h.
Kind DocHtmlCaption::kind | ( | ) | const [inline, virtual] |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 1161 of file docparser.h.
References DocNode::Kind_HtmlCaption.
DocNode* DocHtmlCaption::parent | ( | ) | const [inline, virtual] |
Returns the parent of this node or 0 for the root node.
Implements DocNode.
Definition at line 1162 of file docparser.h.
void DocHtmlCaption::accept | ( | DocVisitor * | v | ) | [inline, virtual] |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 1163 of file docparser.h.
References CompAccept< T >::accept().
Referenced by DocHtmlTable::accept().
const HtmlAttribList& DocHtmlCaption::attribs | ( | ) | const [inline] |
int DocHtmlCaption::parse | ( | ) |
Definition at line 2805 of file docparser.cpp.
References DBG, doctokenizerYYlex(), doctokenizerYYlineno, TokenInfo::endTag, g_token, HTML_CAPTION, Mappers::htmlTagMapper, CompAccept< DocHtmlCaption >::m_children, Mapper::map(), TokenInfo::name, RetVal_OK, TK_COMMAND, TK_HTMLTAG, TK_SYMBOL, tokToString(), and warn_doc_error().
Referenced by DocHtmlTable::parse().