#include <docparser.h>
Inheritance diagram for DocHtmlDescList:

Public Member Functions | |
| DocHtmlDescList (DocNode *parent, const HtmlAttribList &attribs) | |
| Kind | kind () const |
| DocNode * | parent () const |
| const HtmlAttribList & | attribs () const |
| void | accept (DocVisitor *v) |
| int | parse () |
Definition at line 784 of file docparser.h.
| DocHtmlDescList::DocHtmlDescList | ( | DocNode * | parent, | |
| const HtmlAttribList & | attribs | |||
| ) | [inline] |
Definition at line 787 of file docparser.h.
| Kind DocHtmlDescList::kind | ( | ) | const [inline, virtual] |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 789 of file docparser.h.
References DocNode::Kind_HtmlDescList.
| DocNode* DocHtmlDescList::parent | ( | ) | const [inline, virtual] |
Returns the parent of this node or 0 for the root node.
Implements DocNode.
Definition at line 790 of file docparser.h.
| const HtmlAttribList& DocHtmlDescList::attribs | ( | ) | const [inline] |
| void DocHtmlDescList::accept | ( | DocVisitor * | v | ) | [inline, virtual] |
Acceptor function for node visitors. Part of the visitor pattern.
| v | Abstract visitor. |
Implements DocNode.
Definition at line 792 of file docparser.h.
References CompAccept< T >::accept().
| int DocHtmlDescList::parse | ( | ) |
Definition at line 3376 of file docparser.cpp.
References TokenInfo::attribs, DBG, doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYpushBackHtmlTag(), TokenInfo::endTag, g_token, HTML_DT, Mappers::htmlTagMapper, CompAccept< DocHtmlDescList >::m_children, Mapper::map(), TokenInfo::name, DocHtmlDescData::parse(), DocHtmlDescTitle::parse(), RetVal_DescData, RetVal_DescTitle, RetVal_EndDesc, RetVal_OK, TK_HTMLTAG, TK_NEWPARA, TK_WHITESPACE, tokToString(), and warn_doc_error().
Referenced by DocPara::handleHtmlStartTag().
1.5.1