My Project
|
#include <docparser.h>
Public Member Functions | |
DocHtmlDescData (DocNode *parent) | |
Kind | kind () const |
const HtmlAttribList & | attribs () const |
void | accept (DocVisitor *v) |
int | parse () |
Public Member Functions inherited from CompAccept< DocHtmlDescData > | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocHtmlDescData *obj, DocVisitor *v) |
const QList< DocNode > & | children () const |
QList< DocNode > & | children () |
Public Member Functions inherited from DocNode | |
DocNode () | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private Attributes | |
HtmlAttribList | m_attribs |
Node representing a HTML description data
Definition at line 1237 of file docparser.h.
|
inline |
Definition at line 1240 of file docparser.h.
References DocNode::m_parent, and DocNode::parent().
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 1243 of file docparser.h.
References CompAccept< T >::accept().
|
inline |
Definition at line 1242 of file docparser.h.
References m_attribs.
Referenced by HtmlDocVisitor::visitPre().
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 1241 of file docparser.h.
References DocNode::Kind_HtmlDescData.
int DocHtmlDescData::parse | ( | ) |
Definition at line 3985 of file docparser.cpp.
References TokenInfo::attribs, DBG, g_nodeStack, g_token, m_attribs, CompAccept< DocHtmlDescData >::m_children, DocPara::markFirst(), DocPara::markLast(), DocPara::parse(), and TK_NEWPARA.
Referenced by DocHtmlDescList::parse().
|
private |
Definition at line 1247 of file docparser.h.