My Project
|
#include <docparser.h>
Public Member Functions | |
DocHtmlDescTitle (DocNode *parent, const HtmlAttribList &attribs) | |
Kind | kind () const |
const HtmlAttribList & | attribs () const |
void | accept (DocVisitor *v) |
int | parse () |
Public Member Functions inherited from CompAccept< DocHtmlDescTitle > | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocHtmlDescTitle *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 item
Definition at line 906 of file docparser.h.
|
inline |
Definition at line 909 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 913 of file docparser.h.
References CompAccept< T >::accept().
|
inline |
Definition at line 912 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 911 of file docparser.h.
References DocNode::Kind_HtmlDescTitle.
int DocHtmlDescTitle::parse | ( | ) |
Definition at line 3835 of file docparser.cpp.
References TokenInfo::attribs, CMD_JAVALINK, CMD_LINK, CMD_REF, Mappers::cmdMapper, DBG, defaultHandleToken(), doctokenizerYYlex(), doctokenizerYYlineno, doctokenizerYYsetStateLink(), doctokenizerYYsetStatePara(), doctokenizerYYsetStateRef(), TokenInfo::endTag, g_context, g_fileName, g_nodeStack, g_token, handleAHref(), handlePendingStyleCommands(), HTML_A, 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().
|
private |
Definition at line 917 of file docparser.h.
Referenced by attribs().