#include <docparser.h>
Inheritance diagram for DocHtmlDescTitle:
Public Member Functions | |
DocHtmlDescTitle (DocNode *parent, const HtmlAttribList &attribs) | |
Kind | kind () const |
DocNode * | parent () const |
const HtmlAttribList & | attribs () const |
void | accept (DocVisitor *v) |
int | parse () |
Definition at line 767 of file docparser.h.
DocHtmlDescTitle::DocHtmlDescTitle | ( | DocNode * | parent, | |
const HtmlAttribList & | attribs | |||
) | [inline] |
Definition at line 770 of file docparser.h.
Kind DocHtmlDescTitle::kind | ( | ) | const [inline, virtual] |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 772 of file docparser.h.
References DocNode::Kind_HtmlDescTitle.
DocNode* DocHtmlDescTitle::parent | ( | ) | const [inline, virtual] |
Returns the parent of this node or 0 for the root node.
Implements DocNode.
Definition at line 773 of file docparser.h.
const HtmlAttribList& DocHtmlDescTitle::attribs | ( | ) | const [inline] |
void DocHtmlDescTitle::accept | ( | DocVisitor * | v | ) | [inline, virtual] |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 775 of file docparser.h.
References CompAccept< T >::accept().
int DocHtmlDescTitle::parse | ( | ) |
Definition at line 3206 of file docparser.cpp.
References CMD_JAVALINK, CMD_LINK, CMD_REF, Mappers::cmdMapper, DBG, doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStateLink(), doctokenizerYYsetStatePara(), doctokenizerYYsetStateRef(), TokenInfo::endTag, g_token, HTML_DD, HTML_DL, HTML_DT, Mappers::htmlTagMapper, CompAccept< DocHtmlDescTitle >::m_children, Mapper::map(), TokenInfo::name, DocLink::parse(), DocRef::parse(), RetVal_DescData, RetVal_DescTitle, RetVal_EndDesc, TK_COMMAND, TK_HTMLTAG, TK_SYMBOL, TK_WHITESPACE, TK_WORD, tokToString(), and warn_doc_error().
Referenced by DocHtmlDescList::parse().