|
Doxygen
|
Node representing a HTML description data. More...
#include <src/docnode.h>
Public Member Functions | |
| DocHtmlDescData (DocParser *parser, DocNodeVariant *parent) | |
| const HtmlAttribList & | attribs () const |
| Token | parse () |
| Public Member Functions inherited from DocCompoundNode | |
| DocCompoundNode (DocParser *parser, DocNodeVariant *parent) | |
| DocNodeList & | children () |
| const DocNodeList & | children () const |
| Public Member Functions inherited from DocNode | |
| DocNode (DocParser *parser, DocNodeVariant *parent) | |
| ~DocNode ()=default | |
| DocNodeVariant * | parent () |
| const DocNodeVariant * | parent () const |
| DocNodeVariant * | thisVariant () |
| const DocNodeVariant * | thisVariant () const |
| void | setThisVariant (DocNodeVariant *thisVariant) |
| DocParser * | parser () |
| const DocParser * | parser () const |
| void | setParent (DocNodeVariant *parent) |
| bool | isPreformatted () const |
Private Attributes | |
| HtmlAttribList | m_attribs |
Additional Inherited Members | |
| Protected Types inherited from DocNode | |
| enum | RefType { Unknown , Anchor , Section , Table } |
| Protected Member Functions inherited from DocNode | |
| void | setInsidePreformatted (bool p) |
|
inline |
Definition at line 1183 of file docnode.h.
References DocCompoundNode::DocCompoundNode(), DocNode::parent(), and DocNode::parser().
|
inline |
Definition at line 1184 of file docnode.h.
References m_attribs.
Referenced by HtmlDocVisitor::operator()().
| Token DocHtmlDescData::parse | ( | ) |
Definition at line 2563 of file docnode.cpp.
References DocNodeList::append(), TokenInfo::attribs, AUTO_TRACE, DocCompoundNode::children(), DocParser::context, FALSE, DocNodeList::get_last(), Token::is(), m_attribs, DocPara::markFirst(), DocPara::markLast(), DocPara::parse(), DocNode::parser(), DocNode::thisVariant(), DocParserContext::token, and TRUE.
Referenced by DocHtmlDescList::parse().
|
private |