#include <docparser.h>
Public Member Functions | |
DocHtmlList (DocNode *parent, const HtmlAttribList &attribs, Type t) | |
Kind | kind () const |
Type | type () const |
void | accept (DocVisitor *v) |
const HtmlAttribList & | attribs () const |
int | parse () |
int | parseXml () |
![]() | |
CompAccept () | |
virtual | ~CompAccept () |
void | accept (DocHtmlList *obj, DocVisitor *v) |
const QList< DocNode > & | children () const |
QList< DocNode > & | children () |
![]() | |
DocNode () | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private Attributes | |
Type | m_type |
HtmlAttribList | m_attribs |
Additional Inherited Members | |
![]() | |
void | setInsidePreformatted (bool p) |
![]() | |
QList< DocNode > | m_children |
![]() | |
DocNode * | m_parent |
Node representing a Html list
Definition at line 1027 of file docparser.h.
enum DocHtmlList::Type |
Enumerator | |
---|---|
Unordered | |
Ordered |
Definition at line 1030 of file docparser.h.
|
inline |
Definition at line 1031 of file docparser.h.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 1035 of file docparser.h.
|
inline |
Definition at line 1036 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 1033 of file docparser.h.
int DocHtmlList::parse | ( | ) |
Definition at line 4130 of file docparser.cpp.
int DocHtmlList::parseXml | ( | ) |
Definition at line 4207 of file docparser.cpp.
|
inline |
Definition at line 1034 of file docparser.h.
|
private |
Definition at line 1042 of file docparser.h.
|
private |
Definition at line 1041 of file docparser.h.