Doxygen
|
Node representing a HTML table 更多...
#include <docparser.h>
Public 成员函数 | |
DocHtmlTable (DocParser &parser, DocNode *parent, const HtmlAttribList &attribs) | |
~DocHtmlTable () | |
Kind | kind () const override |
size_t | numRows () const |
bool | hasCaption () |
const HtmlAttribList & | attribs () const |
int | parse () |
int | parseXml () |
size_t | numColumns () const |
void | accept (DocVisitor *v) override |
DocHtmlCaption * | caption () const |
DocHtmlRow * | firstRow () const |
Public 成员函数 继承自 CompAccept< DocHtmlTable > | |
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 成员函数 | |
void | computeTableGrid () |
determines the location of all cells in a grid, resolving row and column spans. 更多... | |
Private 属性 | |
DocHtmlCaption * | m_caption = 0 |
HtmlAttribList | m_attribs |
size_t | m_numCols = 0 |
Node representing a HTML table
在文件 docparser.h 第 1405 行定义.
|
inline |
|
inline |
|
overridevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
实现了 DocNode.
在文件 docparser.cpp 第 3729 行定义.
引用了 CompAccept< T >::accept(), m_caption, CompAccept< DocHtmlTable >::m_children, DocVisitor::visitPost() , 以及 DocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 1414 行定义.
引用了 m_attribs.
被这些函数引用 HtmlDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 1419 行定义.
引用了 m_caption.
被这些函数引用 HtmlDocVisitor::visitPre() , 以及 LatexDocVisitor::visitPre().
|
private |
determines the location of all cells in a grid, resolving row and column spans.
For each the total number of visible cells is computed, and the total number of visible columns over all rows is stored.
在文件 docparser.cpp 第 3677 行定义.
引用了 CompAccept< DocHtmlTable >::children(), CompAccept< T >::children(), DocHtmlCell::colSpan(), DocNode::Kind_HtmlCell, DocNode::Kind_HtmlRow, m_numCols, DocHtmlCell::rowSpan(), DocHtmlCell::setColumnIndex(), DocHtmlCell::setRowIndex(), DocHtmlRow::setRowIndex() , 以及 DocHtmlRow::setVisibleCells().
被这些函数引用 parse() , 以及 parseXml().
|
inline |
在文件 docparser.h 第 1420 行定义.
引用了 DocNode::Kind_HtmlRow , 以及 CompAccept< DocHtmlTable >::m_children.
被这些函数引用 LatexDocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 1413 行定义.
引用了 m_caption.
被这些函数引用 HtmlDocVisitor::visitPre() , 以及 LatexDocVisitor::visitPre().
|
inlineoverridevirtual |
Returns the kind of node. Provides runtime type information
实现了 DocNode.
在文件 docparser.h 第 1411 行定义.
|
inline |
在文件 docparser.h 第 1417 行定义.
引用了 m_numCols.
被这些函数引用 PrintDocVisitor::visitPost(), DocbookDocVisitor::visitPre(), LatexDocVisitor::visitPre() , 以及 XmlDocVisitor::visitPre().
|
inline |
在文件 docparser.h 第 1412 行定义.
引用了 CompAccept< DocHtmlTable >::m_children.
被这些函数引用 PrintDocVisitor::visitPost() , 以及 XmlDocVisitor::visitPre().
int DocHtmlTable::parse | ( | ) |
在文件 docparser.cpp 第 3551 行定义.
引用了 TokenInfo::attribs, computeTableGrid(), DocParser::context, DBG, TokenInfo::endTag, DocParserContext::fileName, DocTokenizer::getLineNr(), HTML_CAPTION, HTML_TR, Mappers::htmlTagMapper, DocTokenizer::lex(), m_caption, CompAccept< DocHtmlTable >::m_children, DocNode::m_parser, Mapper::map(), TokenInfo::name, DocHtmlCaption::parse(), DocHtmlRow::parse(), qPrint(), RetVal_EndTable, RetVal_OK, RetVal_TableRow, TK_HTMLTAG, TK_NEWPARA, TK_WHITESPACE, DocParserContext::token, DocParser::tokenizer, DocTokenizer::tokToString() , 以及 warn_doc_error().
被这些函数引用 DocPara::handleHtmlStartTag().
int DocHtmlTable::parseXml | ( | ) |
在文件 docparser.cpp 第 3619 行定义.
引用了 TokenInfo::attribs, computeTableGrid(), DocParser::context, DBG, TokenInfo::endTag, FALSE, Mappers::htmlTagMapper, DocTokenizer::lex(), CompAccept< DocHtmlTable >::m_children, DocNode::m_parser, Mapper::map(), TokenInfo::name, DocHtmlRow::parseXml(), RetVal_OK, RetVal_TableRow, TK_HTMLTAG, TK_NEWPARA, TK_WHITESPACE, DocParserContext::token, DocParser::tokenizer, TRUE, XML_ITEM, XML_LIST , 以及 XML_LISTHEADER.
被这些函数引用 DocPara::handleHtmlStartTag().
|
private |
在文件 docparser.h 第 1428 行定义.
被这些函数引用 attribs().
|
private |
在文件 docparser.h 第 1427 行定义.
被这些函数引用 accept(), caption(), DocHtmlTable(), hasCaption(), parse() , 以及 ~DocHtmlTable().
|
private |
在文件 docparser.h 第 1429 行定义.
被这些函数引用 computeTableGrid(), DocHtmlTable() , 以及 numColumns().