The DocPara
Class Reference
Node representing a paragraph in the documentation tree. More...
Declaration
Included Headers
Base class
class | DocCompoundNode |
Base class for nodes with children. More... | |
Public Constructors Index
DocPara (DocParser *parser, DocNodeVariant *parent) | |
Public Member Functions Index
Token | parse () |
bool | isEmpty () const |
void | markFirst (bool v=TRUE) |
void | markLast (bool v=TRUE) |
bool | isFirst () const |
bool | isLast () const |
Token | handleCommand (char cmdChar, const QCString &cmdName) |
Token | handleHtmlStartTag (const QCString &tagName, const HtmlAttribList &tagHtmlAttribs) |
Token | handleHtmlEndTag (const QCString &tagName) |
Token | handleSimpleSection (DocSimpleSect::Type t, bool xmlContext=FALSE) |
Token | handleXRefItem () |
Token | handleParamSection (const QCString &cmdName, DocParamSect::Type t, bool xmlContext, int direction) |
void | handleIncludeOperator (const QCString &cmdName, DocIncOperator::Type t) |
template <class T> | |
void | handleFile (const QCString &cmdName) |
void | handleInclude (const QCString &cmdName, DocInclude::Type t) |
void | handleLink (const QCString &cmdName, bool isJavaLink) |
void | handleCite (char cmdChar, const QCString &cmdName) |
void | handleDoxyConfig (char cmdChar, const QCString &cmdName) |
void | handleEmoji (char cmdChar, const QCString &cmdName) |
void | handleRef (char cmdChar, const QCString &cmdName) |
void | handleSection (char cmdChar, const QCString &cmdName) |
void | handleInheritDoc () |
void | handleVhdlFlow () |
void | handleILine (char cmdChar, const QCString &cmdName) |
void | handleIFile (char cmdChar, const QCString &cmdName) |
void | handleShowDate (char cmdChar, const QCString &cmdName) |
Token | handleStartCode () |
Token | handleHtmlHeader (const HtmlAttribList &tagHtmlAttribs, int level) |
bool | injectToken (Token tok, const QCString &tokText) |
const HtmlAttribList & | attribs () const |
void | setAttribs (const HtmlAttribList &attribs) |
Private Member Attributes Index
bool | m_isFirst = false |
bool | m_isLast = false |
HtmlAttribList | m_attribs |
Description
Node representing a paragraph in the documentation tree.
Definition at line 1079 of file docnode.h.
Public Constructors
DocPara()
|
Declaration at line 1082 of file docnode.h, definition at line 3338 of file docnode.cpp.
References DocCompoundNode::DocCompoundNode, FALSE, m_isFirst, m_isLast, DocNode::parent and DocNode::parser.
Referenced by parse.
Public Member Functions
attribs()
| inline |
Definition at line 1114 of file docnode.h.
Reference m_attribs.
Referenced by HtmlDocVisitor::operator() and setAttribs.
handleCite()
|
Declaration at line 1100 of file docnode.h, definition at line 3397 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, CiteInfoOption::changeToNumber, DocCompoundNode::children, DocParser::context, DocParserContext::context, Token::is, Token::is_any_of, CiteInfoOption::isUnknown, DocTokenizer::lex, CiteInfoOption::makeNumber, CiteInfoOption::makeShortAuthor, CiteInfoOption::makeYear, TokenInfo::name, DocNode::parser, TokenInfo::sectionId, CiteInfoOption::setNoCite, CiteInfoOption::setNoPar, DocTokenizer::setStateCite, DocTokenizer::setStateOptions, DocTokenizer::setStatePara, split, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer, warn and warn_doc_error.
Referenced by handleCommand.
handleCommand()
|
Declaration at line 1090 of file docnode.h, definition at line 4154 of file docnode.cpp.
References DocNodeList::append, DocSimpleSect::Attention, DocSimpleSect::Author, DocSimpleSect::Authors, AUTO_TRACE, AUTO_TRACE_EXIT, DocStyleChange::Bold, DocCompoundNode::children, CMD_ADDINDEX, CMD_AMP, CMD_ANCHOR, CMD_AT, CMD_ATTENTION, CMD_AUTHOR, CMD_AUTHORS, CMD_BOLD, CMD_BSLASH, CMD_CITE, CMD_CODE, CMD_COPYBRIEF, CMD_COPYDETAILS, CMD_COPYDOC, CMD_COPYRIGHT, CMD_DATE, CMD_DBONLY, CMD_DCOLON, CMD_DIAFILE, CMD_DOCBOOKINCLUDE, CMD_DOLLAR, CMD_DONTINCLUDE, CMD_DOT, CMD_DOTFILE, CMD_DOXYCONFIG, CMD_EMOJI, CMD_EMPHASIS, CMD_ENDCODE, CMD_ENDDBONLY, CMD_ENDDOT, CMD_ENDHTMLONLY, CMD_ENDICODE, CMD_ENDILITERAL, CMD_ENDINTERNAL, CMD_ENDIVERBATIM, CMD_ENDLATEXONLY, CMD_ENDLINK, CMD_ENDMANONLY, CMD_ENDMSC, CMD_ENDPARBLOCK, CMD_ENDRTFONLY, CMD_ENDSECREFLIST, CMD_ENDUML, CMD_ENDVERBATIM, CMD_ENDXMLONLY, CMD_EQUAL, CMD_EXCEPTION, CMD_EXCLAMATION, CMD_FORMULA, CMD_GREATER, CMD_HASH, CMD_HTMLINCLUDE, CMD_HTMLONLY, CMD_IANCHOR, CMD_IFILE, CMD_ILINE, CMD_ILITERAL, CMD_IMAGE, CMD_IMPORTANT, CMD_INCLUDE, CMD_INCWITHLINES, CMD_INHERITDOC, CMD_INTERNAL, CMD_INTERNALREF, CMD_INVARIANT, CMD_IPREFIX, CMD_ISTARTCODE, CMD_IVERBATIM, CMD_JAVALINK, CMD_LATEXINCLUDE, CMD_LATEXONLY, CMD_LESS, CMD_LI, CMD_LINE, CMD_LINEBREAK, CMD_LINK, CMD_MANINCLUDE, CMD_MANONLY, CMD_MDASH, CMD_MINUS, CMD_MSC, CMD_MSCFILE, CMD_NDASH, CMD_NOTE, CMD_PAR, CMD_PARAGRAPH, CMD_PARAM, CMD_PARBLOCK, CMD_PERCENT, CMD_PIPE, CMD_PLANTUMLFILE, CMD_PLUS, CMD_POST, CMD_PRE, CMD_PUNT, CMD_QUESTION, CMD_QUOTE, CMD_REF, CMD_REMARK, CMD_RETURN, CMD_RETVAL, CMD_RTFINCLUDE, CMD_RTFONLY, CMD_SA, CMD_SECREFITEM, CMD_SECREFLIST, CMD_SECTION, CMD_SETSCOPE, CMD_SHOWDATE, CMD_SINCE, CMD_SKIP, CMD_SKIPLINE, CMD_SNIPPET, CMD_SNIPWITHLINES, CMD_STARTCODE, CMD_STARTUML, CMD_SUBPAGE, CMD_SUBPARAGRAPH, CMD_SUBSECTION, CMD_SUBSUBPARAGRAPH, CMD_SUBSUBSECTION, CMD_TPARAM, CMD_UNTIL, CMD_VERBATIM, CMD_VERBINCLUDE, CMD_VERSION, CMD_VHDLFLOW, CMD_WARNING, CMD_XMLINCLUDE, CMD_XMLONLY, CMD_XREFITEM, Mappers::cmdMapper, DocStyleChange::Code, Config_getBool, Config_getString, DocParser::context, DocParserContext::context, DocSimpleSect::Copyright, DocSimpleSect::Date, DocParser::defaultHandleTitleAndSize, DocInclude::DocbookInclude, DocVerbatim::DocbookOnly, DocInclude::DontInclude, DocVerbatim::Dot, DocParserContext::exampleName, DocParamSect::Exception, FALSE, QCString::find, g_plantumlEngine, DocNodeList::get_last, Doxygen::globalScope, DocParser::handleAnchor, handleCite, handleDoxyConfig, handleEmoji, handleFile, handleIFile, handleILine, DocParser::handleImage, handleInclude, handleIncludeOperator, handleInheritDoc, DocParser::handleInternalRef, handleLink, handleParamSection, DocParser::handlePrefix, handleRef, handleSection, handleShowDate, handleSimpleSection, handleStartCode, DocParser::handleStyleArgument, handleVhdlFlow, handleXRefItem, DocParserContext::hasReturnCommand, DocInclude::HtmlInclude, DocVerbatim::HtmlOnly, TokenInfo::id, DocSimpleSect::Important, DocInclude::Include, DocInclude::IncWithLines, DocParserContext::inSeeBlock, INTERNAL_ASSERT, DocSimpleSect::Invar, Token::is_any_of, isAliasCmd, QCString::isEmpty, DocParserContext::isExample, DocStyleChange::Italic, DocVerbatim::JavaDocCode, DocVerbatim::JavaDocLiteral, DocInclude::LatexInclude, DocVerbatim::LatexOnly, QCString::left, DocTokenizer::lex, DocIncOperator::Line, QCString::lower, DocInclude::ManInclude, DocVerbatim::ManOnly, DocParserContext::memberDef, QCString::mid, DocVerbatim::Msc, TokenInfo::name, DocParserContext::nodeStack, DocSimpleSect::Note, DocParamSect::Param, parse, DocNode::parser, DocVerbatim::PlantUML, GrowVector< T >::pop_back, DocSimpleSect::Post, DocSimpleSect::Pre, DocSimpleSect::Remark, DocSimpleSect::Return, DocParamSect::RetVal, DocInclude::RtfInclude, DocVerbatim::RtfOnly, DocParserContext::scope, TokenInfo::sectionId, DocSimpleSect::See, DocVerbatim::setEngine, DocTokenizer::setStateCode, DocTokenizer::setStateDbOnly, DocTokenizer::setStateDot, DocTokenizer::setStateHtmlOnly, DocTokenizer::setStateICode, DocTokenizer::setStateILiteral, DocTokenizer::setStateILiteralOpt, DocTokenizer::setStateIVerbatim, DocTokenizer::setStateLatexOnly, DocTokenizer::setStateManOnly, DocTokenizer::setStateMsc, DocTokenizer::setStatePara, DocTokenizer::setStatePlantUML, DocTokenizer::setStatePlantUMLOpt, DocTokenizer::setStateRtfOnly, DocTokenizer::setStateSetScope, DocTokenizer::setStateVerbatim, DocTokenizer::setStateXmlOnly, DocSimpleSect::Since, DocIncOperator::Skip, DocIncOperator::SkipLine, DocInclude::Snippet, DocInclude::SnippetWithLines, split, QCString::str, stripLeadingAndTrailingEmptyLines, QCString::stripWhiteSpace, HtmlEntityMapper::Sym_Amp, HtmlEntityMapper::Sym_At, HtmlEntityMapper::Sym_BSlash, HtmlEntityMapper::Sym_Dollar, HtmlEntityMapper::Sym_Dot, HtmlEntityMapper::Sym_DoubleColon, HtmlEntityMapper::Sym_Equal, HtmlEntityMapper::Sym_Exclam, HtmlEntityMapper::Sym_Greater, HtmlEntityMapper::Sym_Hash, HtmlEntityMapper::Sym_Less, HtmlEntityMapper::Sym_Minus, HtmlEntityMapper::Sym_Percent, HtmlEntityMapper::Sym_Pipe, HtmlEntityMapper::Sym_Plus, HtmlEntityMapper::Sym_Quest, HtmlEntityMapper::Sym_Quot, DocParamSect::TemplateParam, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer, TRUE, UNKNOWN, DocIncOperator::Until, DocSimpleSect::User, TokenInfo::verb, DocVerbatim::Verbatim, DocInclude::VerbInclude, DocSimpleSect::Version, QCString::view, warn, warn_doc_error, DocSimpleSect::Warning, DocInclude::XmlInclude and DocVerbatim::XmlOnly.
Referenced by parse.
handleDoxyConfig()
|
Declaration at line 1101 of file docnode.h, definition at line 3533 of file docnode.cpp.
References DocNodeList::append, DocCompoundNode::children, DocParser::context, end, ConfigImpl::get, ConfigImpl::instance, Token::is, Token::is_any_of, QCString::isEmpty, ConfigOption::kind, DocTokenizer::lex, TokenInfo::name, ConfigOption::O_Bool, ConfigOption::O_Disabled, ConfigOption::O_Enum, ConfigOption::O_Info, ConfigOption::O_Int, ConfigOption::O_List, ConfigOption::O_Obsolete, ConfigOption::O_String, DocNode::parser, DocTokenizer::setStateDoxyConfig, DocTokenizer::setStatePara, theTranslator, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer, ConfigEnum::valueRef, ConfigString::valueRef, ConfigBool::valueStringRef, ConfigInt::valueStringRef, warn and warn_doc_error.
Referenced by handleCommand.
handleEmoji()
|
Declaration at line 1102 of file docnode.h, definition at line 3502 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, DocCompoundNode::children, DocParser::context, Token::is, Token::is_any_of, DocTokenizer::lex, TokenInfo::name, DocNode::parser, DocTokenizer::setStateEmoji, DocTokenizer::setStatePara, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer and warn_doc_error.
Referenced by handleCommand.
handleFile()
|
Declaration at line 1097 of file docnode.h, definition at line 3820 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, DocCompoundNode::children, DocParser::context, DocParserContext::context, DocParserContext::fileName, DocNodeList::get_last, DocTokenizer::getLineNr, Token::is, DocTokenizer::lex, TokenInfo::name, DocNode::parser, GrowVector< T >::pop_back, DocTokenizer::setStateFile, DocTokenizer::setStatePara, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer and warn_doc_error.
Referenced by handleCommand.
handleHtmlEndTag()
|
Declaration at line 1092 of file docnode.h, definition at line 5377 of file docnode.cpp.
References DocNodeList::append, ASSERT, AUTO_TRACE, AUTO_TRACE_EXIT, DocStyleChange::Bold, DocStyleChange::Center, DocCompoundNode::children, DocStyleChange::Cite, DocStyleChange::Code, DocStyleChange::Del, DocStyleChange::Div, FALSE, DocParser::handleStyleLeave, HTML_A, HTML_BLOCKQUOTE, HTML_BOLD, HTML_BR, HTML_CAPTION, HTML_CENTER, HTML_CITE, HTML_CODE, HTML_DD, HTML_DEL, HTML_DETAILS, HTML_DIV, HTML_DL, HTML_DT, HTML_EMPHASIS, HTML_H1, HTML_H2, HTML_H3, HTML_H4, HTML_H5, HTML_H6, HTML_HR, HTML_IMG, HTML_INS, HTML_KBD, HTML_LI, HTML_OL, HTML_P, HTML_PRE, HTML_S, HTML_SMALL, HTML_SPAN, HTML_STRIKE, HTML_SUB, HTML_SUP, HTML_TABLE, HTML_TBODY, HTML_TD, HTML_TFOOT, HTML_TH, HTML_THEAD, HTML_TR, HTML_TT, HTML_UL, HTML_UNDERLINE, Mappers::htmlTagMapper, DocStyleChange::Ins, insideBlockQuote, insideDetails, insideLI, insideOL, insideUL, DocStyleChange::Italic, DocStyleChange::Kbd, DocNode::parser, DocStyleChange::Preformatted, DocStyleChange::S, DocTokenizer::setInsidePre, DocNode::setInsidePreformatted, DocStyleChange::Small, DocStyleChange::Span, DocStyleChange::Strike, DocStyleChange::Subscript, DocStyleChange::Superscript, DocNode::thisVariant, Token::to_string, DocParser::tokenizer, DocStyleChange::Typewriter, DocStyleChange::Underline, UNKNOWN, warn_doc_error, XML_C, XML_DESCRIPTION, XML_EXAMPLE, XML_EXCEPTION, XML_INCLUDE, XML_INHERITDOC, XML_ITEM, XML_LIST, XML_LISTHEADER, XML_PARA, XML_PARAM, XML_PARAMREF, XML_PERMISSION, XML_REMARKS, XML_RETURNS, XML_SEE, XML_SEEALSO, XML_SUMMARY, XML_TERM, XML_TYPEPARAM, XML_TYPEPARAMREF and XML_VALUE.
Referenced by parse.
handleHtmlHeader()
|
Declaration at line 1111 of file docnode.h, definition at line 4063 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, DocCompoundNode::children, DocNodeList::get_last, parse, DocNode::parser and DocNode::thisVariant.
Referenced by handleHtmlStartTag.
handleHtmlStartTag()
|
Declaration at line 1091 of file docnode.h, definition at line 4904 of file docnode.cpp.
References DocNodeList::append, ASSERT, TokenInfo::attribsStr, AUTO_TRACE, AUTO_TRACE_EXIT, GrowVector< T >::back, DocStyleChange::Bold, DocStyleChange::Center, DocCompoundNode::children, DocStyleChange::Cite, DocStyleChange::Code, Config_getBool, DocParser::context, DocStyleChange::Del, DocStyleChange::Div, DocParamSect::Exception, FALSE, findAttribute, DocNodeList::get_last, DocParser::handleAHref, handleHtmlHeader, DocParser::handleImg, handleInheritDoc, DocParser::handleLinkedWord, handleParamSection, handleSimpleSection, handleStartCode, DocParser::handleStyleEnter, DocParser::handleStyleLeave, DocParserContext::hasReturnCommand, HTML_A, HTML_BLOCKQUOTE, HTML_BOLD, HTML_BR, HTML_CAPTION, HTML_CENTER, HTML_CITE, HTML_CODE, HTML_DD, HTML_DEL, HTML_DETAILS, HTML_DIV, HTML_DL, HTML_DT, HTML_EMPHASIS, HTML_H1, HTML_H2, HTML_H3, HTML_H4, HTML_H5, HTML_H6, HTML_HR, HTML_IMG, HTML_INS, HTML_KBD, HTML_LI, HTML_OL, HTML_P, HTML_PRE, HTML_S, HTML_SMALL, HTML_SPAN, HTML_STRIKE, HTML_SUB, HTML_SUP, HTML_TABLE, HTML_TBODY, HTML_TD, HTML_TFOOT, HTML_TH, HTML_THEAD, HTML_TR, HTML_TT, HTML_UL, HTML_UNDERLINE, Mappers::htmlTagMapper, DocStyleChange::Ins, DocParserContext::inSeeBlock, insideDetails, insideDL, insideOL, insideTable, insideUL, Token::is, QCString::isEmpty, DocStyleChange::Italic, DocStyleChange::Kbd, TokenInfo::name, DocParserContext::nodeStack, DocHtmlList::Ordered, DocParamSect::Param, DocNode::parent, parse, DocNode::parser, DocHtmlDetails::parseSummary, GrowVector< T >::pop_back, DocStyleChange::Preformatted, DocSimpleSect::Return, DocStyleChange::S, DocSimpleSect::See, DocTokenizer::setInsidePre, DocNode::setInsidePreformatted, DocTokenizer::setStatePara, DocTokenizer::setStateXmlCode, DocStyleChange::Small, DocStyleChange::Span, DocStyleChange::Strike, DocStyleChange::Subscript, DocHtmlDetails::summary, DocStyleChange::Superscript, DocParamSect::TemplateParam, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer, TRUE, DocSimpleSect::type, DocStyleChange::Typewriter, DocStyleChange::Underline, unescapeCRef, UNKNOWN, DocHtmlList::Unordered, warn_doc_error, XML_C, XML_CmdMask, XML_DESCRIPTION, XML_EXAMPLE, XML_EXCEPTION, XML_INCLUDE, XML_INHERITDOC, XML_ITEM, XML_LIST, XML_LISTHEADER, XML_PARA, XML_PARAM, XML_PARAMREF, XML_PERMISSION, XML_REMARKS, XML_RETURNS, XML_SEE, XML_SEEALSO, XML_SUMMARY, XML_TERM, XML_TYPEPARAM, XML_TYPEPARAMREF, XML_VALUE and DocParserContext::xmlComment.
Referenced by parse.
handleIFile()
|
Declaration at line 1108 of file docnode.h, definition at line 3736 of file docnode.cpp.
References AUTO_TRACE, DocParser::context, DocParserContext::fileName, Token::is, DocTokenizer::lex, TokenInfo::name, DocNode::parser, DocTokenizer::setStateFile, DocTokenizer::setStatePara, Token::to_string, DocParserContext::token, DocParser::tokenizer and warn_doc_error.
Referenced by handleCommand.
handleILine()
|
Declaration at line 1107 of file docnode.h, definition at line 3722 of file docnode.cpp.
References AUTO_TRACE, Token::is, DocTokenizer::lex, DocNode::parser, DocTokenizer::setStateILine, DocTokenizer::setStatePara, DocParser::tokenizer and warn_doc_error.
Referenced by handleCommand.
handleInclude()
|
Declaration at line 1098 of file docnode.h, definition at line 3927 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, DocCompoundNode::children, Config_getBool, DocParser::context, DocParserContext::context, DocInclude::DontInclude, DocInclude::DontIncWithLines, DocParserContext::exampleName, DocParserContext::fileName, DocNodeList::get_last, DocInclude::Include, DocInclude::IncWithLines, Token::is, Token::is_any_of, DocParserContext::isExample, DocTokenizer::lex, TokenInfo::name, parse, DocNode::parser, DocTokenizer::setStateBlock, DocTokenizer::setStateFile, DocTokenizer::setStateOptions, DocTokenizer::setStatePara, DocTokenizer::setStateSnippet, DocInclude::Snippet, DocInclude::SnippetWithLines, split, QCString::stripWhiteSpace, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer and warn_doc_error.
Referenced by handleCommand.
handleIncludeOperator()
|
Declaration at line 1096 of file docnode.h, definition at line 3760 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, DocCompoundNode::children, Config_getBool, DocParser::context, DocParserContext::context, end, GrowVector< T >::end, DocParserContext::exampleName, DocNodeList::get_last, Token::is, Token::is_any_of, DocParserContext::isExample, isFirst, DocTokenizer::lex, DocIncOperator::markLast, TokenInfo::name, DocNode::parser, DocTokenizer::setStatePara, DocTokenizer::setStatePattern, GrowVector< T >::size, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer and warn_doc_error.
Referenced by handleCommand.
handleInheritDoc()
|
Declaration at line 1105 of file docnode.h, definition at line 4117 of file docnode.cpp.
References Definition::briefDescription, DocCompoundNode::children, DocParser::context, DocParserContext::context, DocParserContext::copyStack, Definition::documentation, Definition::getOuterScope, Doxygen::globalScope, DocParserContext::hasParamCommand, DocParserContext::hasReturnCommand, DocParser::internalValidatingParseDoc, DocParserContext::memberDef, Definition::name, DocParserContext::nodeStack, DocParserContext::paramsFound, DocNode::parser, DocParser::popContext, DocParser::pushContext, MemberDef::reimplements, DocParserContext::retvalsFound, DocParserContext::scope, DocParserContext::styleStack and DocNode::thisVariant.
Referenced by handleCommand and handleHtmlStartTag.
handleLink()
|
Declaration at line 1099 of file docnode.h, definition at line 3859 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, DocCompoundNode::children, DocStyleChange::Code, DocParser::context, FALSE, DocNodeList::get_last, Token::is, QCString::isEmpty, DocTokenizer::lex, TokenInfo::name, DocParserContext::nodeStack, DocNode::parser, DocTokenizer::setStateLink, DocTokenizer::setStatePara, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer, TRUE and warn_doc_error.
Referenced by handleCommand.
handleParamSection()
|
Declaration at line 1095 of file docnode.h, definition at line 3374 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, AUTO_TRACE_EXIT, DocCompoundNode::children, FALSE, DocNodeList::get_last, Token::is, DocParamSect::parse, DocNode::parser, DocNode::thisVariant, Token::to_string, DocParamSect::type and DocParamSect::Unspecified.
Referenced by handleCommand and handleHtmlStartTag.
handleRef()
|
Declaration at line 1103 of file docnode.h, definition at line 3900 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, DocCompoundNode::children, DocParser::context, DocParserContext::context, DocNodeList::get_last, Token::is, DocTokenizer::lex, TokenInfo::name, parse, DocNode::parser, qPrint, DocTokenizer::setStatePara, DocTokenizer::setStateRef, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer and warn_doc_error.
Referenced by handleCommand.
handleSection()
|
Declaration at line 1104 of file docnode.h, definition at line 4032 of file docnode.cpp.
References AUTO_TRACE, DocParser::context, Token::is, Token::is_any_of, DocTokenizer::lex, TokenInfo::name, DocNode::parser, TokenInfo::sectionId, DocTokenizer::setStatePara, DocTokenizer::setStateSkipTitle, Token::to_string, DocParserContext::token, DocParser::tokenizer and warn_doc_error.
Referenced by handleCommand.
handleShowDate()
|
Declaration at line 1109 of file docnode.h, definition at line 3652 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, DocCompoundNode::children, DocParser::context, dateTimeFromString, err, formatDateTime, Token::is, Token::is_any_of, QCString::isEmpty, DocTokenizer::lex, TokenInfo::name, DocNode::parser, DocTokenizer::setStatePara, DocTokenizer::setStateQuotedString, DocTokenizer::setStateShowDate, SF_bit2str, SF_NumBits, QCString::stripWhiteSpace, DocNode::thisVariant, DocParserContext::token, DocParser::tokenizer and warn_doc_error.
Referenced by handleCommand.
handleSimpleSection()
|
Declaration at line 1093 of file docnode.h, definition at line 3344 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, DocCompoundNode::children, FALSE, DocNodeList::get_last, Token::is, DocSimpleSect::parse, DocNode::parser, DocSimpleSect::parseXml, DocNode::thisVariant, TRUE, DocSimpleSect::type and DocSimpleSect::User.
Referenced by handleCommand and handleHtmlStartTag.
handleStartCode()
|
Declaration at line 1110 of file docnode.h, definition at line 4081 of file docnode.cpp.
References DocNodeList::append, QCString::at, AUTO_TRACE, AUTO_TRACE_EXIT, DocCompoundNode::children, DocVerbatim::Code, DocParser::context, DocParserContext::context, DocParserContext::exampleName, FALSE, Token::is_any_of, QCString::isEmpty, DocParserContext::isExample, QCString::length, DocTokenizer::lex, TokenInfo::name, DocNode::parser, DocTokenizer::setStatePara, stripIndentation, substitute, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer, TokenInfo::verb and warn_doc_error.
Referenced by handleCommand and handleHtmlStartTag.
handleVhdlFlow()
|
Declaration at line 1106 of file docnode.h, definition at line 3852 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, DocCompoundNode::children, DocNodeList::get_last, parse, DocNode::parser and DocNode::thisVariant.
Referenced by handleCommand.
handleXRefItem()
|
Declaration at line 1094 of file docnode.h, definition at line 3631 of file docnode.cpp.
References DocNodeList::append, ASSERT, AUTO_TRACE, DocCompoundNode::children, DocParser::context, DocNodeList::get_last, TokenInfo::id, Token::is, DocTokenizer::lex, TokenInfo::name, DocNode::parser, GrowVector< T >::pop_back, DocTokenizer::setStatePara, DocTokenizer::setStateXRefItem, DocNode::thisVariant, DocParserContext::token and DocParser::tokenizer.
Referenced by handleCommand.
injectToken()
Declaration at line 1113 of file docnode.h, definition at line 4074 of file docnode.cpp.
References AUTO_TRACE, DocCompoundNode::children, DocParser::context, DocParser::defaultHandleToken, TokenInfo::name, DocNode::parser, DocNode::thisVariant and DocParserContext::token.
Referenced by DocSimpleSect::appendLinkWord.
isEmpty()
| inline |
Definition at line 1084 of file docnode.h.
References DocCompoundNode::children and GrowVector< T >::empty.
isFirst()
| inline |
Definition at line 1087 of file docnode.h.
Reference m_isFirst.
Referenced by handleIncludeOperator and DocParser::internalValidatingParseDoc.
isLast()
| inline |
Definition at line 1088 of file docnode.h.
Reference m_isLast.
Referenced by DocParser::internalValidatingParseDoc, LatexDocVisitor::operator(), ManDocVisitor::operator() and RTFDocVisitor::operator().
markFirst()
| inline |
Definition at line 1085 of file docnode.h.
References m_isFirst and TRUE.
Referenced by DocHtmlBlockQuote::parse, DocHtmlCell::parse, DocHtmlDescData::parse, DocHtmlDetails::parse, DocHtmlListItem::parse, DocParamList::parse, DocParBlock::parse, DocSimpleListItem::parse, DocHtmlCell::parseXml and DocHtmlListItem::parseXml.
markLast()
| inline |
Definition at line 1086 of file docnode.h.
Referenced by DocParser::internalValidatingParseDoc, DocAutoListItem::parse, DocHtmlBlockQuote::parse, DocHtmlCell::parse, DocHtmlDescData::parse, DocHtmlDetails::parse, DocHtmlListItem::parse, DocInternal::parse, DocParamList::parse, DocParBlock::parse, DocRoot::parse, DocSection::parse, DocSimpleListItem::parse, DocSimpleSect::parse, DocHtmlCell::parseXml, DocHtmlListItem::parseXml and DocSimpleSect::parseXml.
parse()
|
Declaration at line 1083 of file docnode.h, definition at line 5650 of file docnode.cpp.
References DocNodeList::append, AUTO_TRACE, AUTO_TRACE_ADD, AUTO_TRACE_EXIT, TokenInfo::chars, checkIfHtmlEndTagEndsAutoList, DocCompoundNode::children, CMD_LI, Mappers::cmdMapper, Token::command_to_char, DocParser::context, DocSymbol::decodeSymbol, DocPara, DocNodeList::get_last, handleCommand, handleHtmlEndTag, handleHtmlStartTag, DocParser::handleInitialStyleCommands, DocParser::handleLinkedWord, DocParser::handlePendingStyleCommands, holds_one_of_alternatives, DocAutoList::indent, TokenInfo::indent, insidePRE, INTERNAL_ASSERT, Token::is, Token::is_any_of, TokenInfo::isCheckedList, TokenInfo::isEMailAddr, DocAutoList::isEnumList, TokenInfo::isEnumList, DocTokenizer::lex, QCString::mid, TokenInfo::name, DocNode::parent, parse, DocNode::parser, DocSimpleSect::Rcs, setAttribs, SIMPLESECT_BIT, TokenInfo::simpleSectName, TokenInfo::simpleSectText, HtmlEntityMapper::Sym_Unknown, TokenInfo::text, DocNode::thisVariant, Token::to_string, DocParserContext::token, DocParser::tokenizer, Token::value and warn_doc_error.
Referenced by handleCommand, handleHtmlHeader, handleHtmlStartTag, handleInclude, handleRef, handleVhdlFlow, DocHtmlBlockQuote::parse, DocHtmlCell::parse, DocHtmlDescData::parse, DocHtmlDetails::parse, DocHtmlListItem::parse, parse, DocParamList::parse, DocParBlock::parse, DocSimpleListItem::parse, DocHtmlCell::parseXml and DocHtmlListItem::parseXml.
setAttribs()
| inline |
Definition at line 1115 of file docnode.h.
References attribs and m_attribs.
Referenced by parse.
Private Member Attributes
m_attribs
|
Definition at line 1120 of file docnode.h.
Referenced by attribs and setAttribs.
m_isFirst
|
m_isLast
The documentation for this class was generated from the following files:
Generated via doxygen2docusaurus by Doxygen 1.14.0.