The DocHtmlListItem
Class Reference
Node representing a HTML list item. More...
Declaration
Included Headers
Base class
class | DocCompoundNode |
Base class for nodes with children. More... | |
Public Constructors Index
DocHtmlListItem (DocParser *parser, DocNodeVariant *parent, const HtmlAttribList &attribs, int num) | |
Public Member Functions Index
int | itemNumber () const |
const HtmlAttribList & | attribs () const |
Token | parse () |
Token | parseXml () |
Private Member Attributes Index
HtmlAttribList | m_attribs |
int | m_itemNum = 0 |
Description
Node representing a HTML list item.
Definition at line 1164 of file docnode.h.
Public Constructors
DocHtmlListItem()
| inline |
Definition at line 1167 of file docnode.h.
References attribs, DocCompoundNode::DocCompoundNode, m_attribs, m_itemNum, DocNode::parent and DocNode::parser.
Public Member Functions
attribs()
| inline |
Definition at line 1170 of file docnode.h.
Reference m_attribs.
Referenced by DocHtmlListItem, DocbookDocVisitor::operator(), HtmlDocVisitor::operator(), LatexDocVisitor::operator(), ManDocVisitor::operator(), PerlModDocVisitor::operator(), PrintDocVisitor::operator(), RTFDocVisitor::operator() and XmlDocVisitor::operator().
itemNumber()
| inline |
Definition at line 1169 of file docnode.h.
Reference m_itemNum.
parse()
|
Declaration at line 1171 of file docnode.h, definition at line 2590 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, AUTO_TRACE_EXIT, DocCompoundNode::children, FALSE, DocNodeList::get_last, Token::is, DocPara::markFirst, DocPara::markLast, DocPara::parse, DocNode::parser, DocNode::thisVariant, Token::to_string and TRUE.
parseXml()
|
Declaration at line 1172 of file docnode.h, definition at line 2613 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, AUTO_TRACE_EXIT, DocCompoundNode::children, FALSE, DocNodeList::get_last, Token::is, Token::is_any_of, DocPara::markFirst, DocPara::markLast, DocPara::parse, DocNode::parser, DocNode::thisVariant, Token::to_string and TRUE.
Private Member Attributes
m_attribs
|
Definition at line 1175 of file docnode.h.
Referenced by attribs and DocHtmlListItem.
m_itemNum
|
Definition at line 1176 of file docnode.h.
Referenced by DocHtmlListItem and itemNumber.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.