Doxygen
|
Default accept implementation for compound nodes in the abstract syntax tree. 更多...
#include <docparser.h>
Public 成员函数 | |
CompAccept (DocParser &parser) | |
void | accept (DocVisitor *v) override |
const DocNodeList & | children () const |
DocNodeList & | children () |
![]() | |
DocNode (DocParser &parser) | |
virtual | ~DocNode () |
virtual Kind | kind () const =0 |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Protected 属性 | |
DocNodeList | m_children |
![]() | |
DocNode * | m_parent = 0 |
DocParser & | m_parser |
Default accept implementation for compound nodes in the abstract syntax tree.
在文件 docparser.h 第 196 行定义.
|
inline |
在文件 docparser.h 第 199 行定义.
|
inlineoverridevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
实现了 DocNode.
在文件 docparser.h 第 200 行定义.
被这些函数引用 DocSimpleSect::accept(), DocSimpleListItem::accept(), DocHtmlTable::accept(), validatingParseDoc() , 以及 validatingParseText().
|
inline |
在文件 docparser.h 第 208 行定义.
|
inline |
在文件 docparser.h 第 207 行定义.
被这些函数引用 DocHtmlTable::computeTableGrid(), flattenParagraphs(), HtmlDocVisitor::forceEndParagraph(), HtmlDocVisitor::forceStartParagraph(), insideStyleChangeThatIsOutsideParagraph(), isSeparatedParagraph(), HtmlDocVisitor::visitPost(), HtmlDocVisitor::visitPre(), DocbookDocVisitor::visitPre(), LatexDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
protected |