#include <docparser.h>
Public Member Functions | |
DocHtmlRow (DocNode *parent, const HtmlAttribList &attribs) | |
Kind | kind () const |
uint | numCells () const |
void | accept (DocVisitor *v) |
const HtmlAttribList & | attribs () const |
int | parse () |
int | parseXml (bool header) |
bool | isHeading () const |
void | setVisibleCells (int n) |
int | visibleCells () const |
int | rowIndex () const |
Public Member Functions inherited from CompAccept< DocHtmlRow > | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocHtmlRow *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 Member Functions | |
void | setRowIndex (int idx) |
Private Attributes | |
HtmlAttribList | m_attribs |
int | m_visibleCells |
int | m_rowIdx |
Friends | |
class | DocHtmlTable |
Node representing a HTML table row
Definition at line 1308 of file docparser.h.
|
inline |
Definition at line 1312 of file docparser.h.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 1316 of file docparser.h.
|
inline |
Definition at line 1317 of file docparser.h.
|
inline |
Definition at line 1320 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 1314 of file docparser.h.
|
inline |
Definition at line 1315 of file docparser.h.
int DocHtmlRow::parse | ( | ) |
Definition at line 3486 of file docparser.cpp.
int DocHtmlRow::parseXml | ( | bool | header | ) |
Definition at line 3552 of file docparser.cpp.
|
inline |
Definition at line 1335 of file docparser.h.
|
inlineprivate |
Definition at line 1338 of file docparser.h.
|
inline |
Definition at line 1333 of file docparser.h.
|
inline |
Definition at line 1334 of file docparser.h.
|
friend |
Definition at line 1310 of file docparser.h.
|
private |
Definition at line 1339 of file docparser.h.
|
private |
Definition at line 1341 of file docparser.h.
|
private |
Definition at line 1340 of file docparser.h.