|
Doxygen
|
Node representing a Hypertext reference. More...
#include <src/docnode.h>
Public Member Functions | |
| DocHRef (DocParser *parser, DocNodeVariant *parent, const HtmlAttribList &attribs, const QCString &url, const QCString &relPath, const QCString &file) | |
| Token | parse () |
| QCString | url () const |
| QCString | file () const |
| QCString | relPath () const |
| const HtmlAttribList & | attribs () const |
| 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 |
| QCString | m_url |
| QCString | m_relPath |
| QCString | m_file |
Additional Inherited Members | |
| Protected Types inherited from DocNode | |
| enum | RefType { Unknown , Anchor , Section , Table , Requirement } |
| Protected Member Functions inherited from DocNode | |
| void | setInsidePreformatted (bool p) |
|
inline |
Definition at line 825 of file docnode.h.
References attribs(), DocCompoundNode::DocCompoundNode(), file(), m_attribs, m_file, m_relPath, m_url, DocNode::parent(), DocNode::parser(), relPath(), and url().
|
inline |
|
inline |
Definition at line 831 of file docnode.h.
References m_file.
Referenced by DocHRef(), DocbookDocVisitor::operator()(), and RTFDocVisitor::operator()().
| Token DocHRef::parse | ( | ) |
Definition at line 1527 of file docnode.cpp.
References DocNodeList::append(), TokenInfo::attribs, AUTO_TRACE, DocCompoundNode::children(), DocParser::context, DocParser::errorHandleDefaultToken(), DocParser::handlePendingStyleCommands(), HTML_A, HTML_BR, Mappers::htmlTagMapper, Token::is_any_of(), DocTokenizer::lex(), DocNode::parser(), DocNode::thisVariant(), DocParserContext::token, DocParser::tokenizer, Token::value(), and warn_doc_error.
|
inline |
|
inline |
Definition at line 830 of file docnode.h.
References m_url.
Referenced by DocHRef(), DocbookDocVisitor::operator()(), HtmlDocVisitor::operator()(), LatexDocVisitor::operator()(), PerlModDocVisitor::operator()(), PrintDocVisitor::operator()(), RTFDocVisitor::operator()(), and XmlDocVisitor::operator()().
|
private |
|
private |
|
private |
|
private |