The DocHtmlCaption
Class Reference
Node representing a HTML table caption. More...
Declaration
Included Headers
Base class
class | DocCompoundNode |
Base class for nodes with children. More... | |
Public Constructors Index
DocHtmlCaption (DocParser *parser, DocNodeVariant *parent, const HtmlAttribList &attribs) | |
Public Member Functions Index
const HtmlAttribList & | attribs () const |
Token | parse () |
bool | hasCaptionId () const |
QCString | file () const |
QCString | anchor () const |
Private Member Attributes Index
HtmlAttribList | m_attribs |
bool | m_hasCaptionId = false |
QCString | m_file |
QCString | m_anchor |
Description
Node representing a HTML table caption.
Definition at line 1227 of file docnode.h.
Public Constructors
DocHtmlCaption()
|
Declaration at line 1230 of file docnode.h, definition at line 1696 of file docnode.cpp.
References attribs, DocCompoundNode::DocCompoundNode, FALSE, SectionInfo::fileName, LinkedMap< T, Hash, KeyEqual, Map >::find, SectionManager::instance, SectionInfo::label, m_anchor, m_attribs, m_file, m_hasCaptionId, DocNode::parent, DocNode::parser, TRUE and warn_doc_error.
Public Member Functions
anchor()
| inline |
Definition at line 1235 of file docnode.h.
Reference m_anchor.
Referenced by DocbookDocVisitor::operator(), LatexDocVisitor::operator(), RTFDocVisitor::operator() and XmlDocVisitor::operator().
attribs()
| inline |
Definition at line 1231 of file docnode.h.
Reference m_attribs.
Referenced by DocHtmlCaption and HtmlDocVisitor::operator().
file()
| inline |
Definition at line 1234 of file docnode.h.
Reference m_file.
Referenced by DocbookDocVisitor::operator(), LatexDocVisitor::operator(), RTFDocVisitor::operator() and XmlDocVisitor::operator().
hasCaptionId()
| inline |
Definition at line 1233 of file docnode.h.
Reference m_hasCaptionId.
parse()
|
Declaration at line 1232 of file docnode.h, definition at line 1724 of file docnode.cpp.
References AUTO_TRACE, DocCompoundNode::children, DocParser::errorHandleDefaultToken, DocParser::handlePendingStyleCommands, HTML_CAPTION, Mappers::htmlTagMapper, Token::is_any_of, DocTokenizer::lex, DocNode::parser, DocNode::thisVariant, DocParser::tokenizer, Token::value and warn_doc_error.
Private Member Attributes
m_anchor
|
m_attribs
|
Definition at line 1238 of file docnode.h.
Referenced by attribs and DocHtmlCaption.
m_file
|
m_hasCaptionId
|
Definition at line 1239 of file docnode.h.
Referenced by DocHtmlCaption and hasCaptionId.
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.