DocHtmlDescTitle Class Reference

Node representing a Html description item. More...

#include <docparser.h>

Inheritance diagram for DocHtmlDescTitle:

CompAccept< DocHtmlDescTitle > DocNode List of all members.

Public Member Functions

 DocHtmlDescTitle (DocNode *parent, const HtmlAttribList &attribs)
Kind kind () const
DocNodeparent () const
const HtmlAttribListattribs () const
void accept (DocVisitor *v)
int parse ()

Detailed Description

Node representing a Html description item.

Definition at line 767 of file docparser.h.


Constructor & Destructor Documentation

DocHtmlDescTitle::DocHtmlDescTitle ( DocNode parent,
const HtmlAttribList attribs 
) [inline]

Definition at line 770 of file docparser.h.


Member Function Documentation

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]

Definition at line 774 of file docparser.h.

Referenced by HtmlDocVisitor::visitPre().

void DocHtmlDescTitle::accept ( DocVisitor v  )  [inline, virtual]

Acceptor function for node visitors. Part of the visitor pattern.

Parameters:
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().


The documentation for this class was generated from the following files:



Generated on Mon Mar 31 10:58:58 2008 by  doxygen 1.5.1