DocHtmlDescList Class Reference

Node representing a Html description list. More...

#include <docparser.h>

Inheritance diagram for DocHtmlDescList:

CompAccept< DocHtmlDescList > DocNode List of all members.

Public Member Functions

 DocHtmlDescList (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 list.

Definition at line 784 of file docparser.h.


Constructor & Destructor Documentation

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

Definition at line 787 of file docparser.h.


Member Function Documentation

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]

Definition at line 791 of file docparser.h.

Referenced by HtmlDocVisitor::visitPre().

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

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

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


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