Doxygen
|
Node representing a HTML description data 更多...
#include <docparser.h>
Public 成员函数 | |
DocHtmlDescData (DocParser &parser, DocNode *parent) | |
Kind | kind () const override |
const HtmlAttribList & | attribs () const |
int | parse () |
Public 成员函数 继承自 CompAccept< DocHtmlDescData > | |
CompAccept (DocParser &parser) | |
void | accept (DocVisitor *v) override |
const DocNodeList & | children () const |
DocNodeList & | children () |
Public 成员函数 继承自 DocNode | |
DocNode (DocParser &parser) | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private 属性 | |
HtmlAttribList | m_attribs |
Node representing a HTML description data
在文件 docparser.h 第 1303 行定义.
|
inline |
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 1307 行定义.
int DocHtmlDescData::parse | ( | ) |
在文件 docparser.cpp 第 3896 行定义.
引用了 TokenInfo::attribs, DocParser::context, DBG, FALSE, m_attribs, CompAccept< DocHtmlDescData >::m_children, DocNode::m_parser, DocPara::markFirst(), DocPara::markLast(), DocPara::parse(), TK_NEWPARA, DocParserContext::token , 以及 TRUE.
被这些函数引用 DocHtmlDescList::parse().
|
private |
在文件 docparser.h 第 1312 行定义.