#include <docparser.h>
Inheritance diagram for DocRoot:

Public Member Functions | |
| DocRoot (bool indent, bool sl) | |
| Kind | kind () const |
| DocNode * | parent () const |
| void | accept (DocVisitor *v) |
| void | parse () |
| bool | indent () const |
| bool | singleLine () const |
Definition at line 1228 of file docparser.h.
| DocRoot::DocRoot | ( | bool | indent, | |
| bool | sl | |||
| ) | [inline] |
Definition at line 1231 of file docparser.h.
| Kind DocRoot::kind | ( | ) | const [inline, virtual] |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 1232 of file docparser.h.
References DocNode::Kind_Root.
| DocNode* DocRoot::parent | ( | ) | const [inline, virtual] |
Returns the parent of this node or 0 for the root node.
Implements DocNode.
Definition at line 1233 of file docparser.h.
| void DocRoot::accept | ( | DocVisitor * | v | ) | [inline, virtual] |
Acceptor function for node visitors. Part of the visitor pattern.
| v | Abstract visitor. |
Implements DocNode.
Definition at line 1234 of file docparser.h.
References CompAccept< T >::accept().
Referenced by validatingParseDoc().
| void DocRoot::parse | ( | ) |
Definition at line 5902 of file docparser.cpp.
References DBG, doctokenizerYYlineno, doctokenizerYYsetStatePara(), g_token, DocPara::isEmpty(), CompAccept< DocRoot >::m_children, DocPara::markFirst(), DocPara::markLast(), DocInternal::parse(), DocSection::parse(), DocPara::parse(), RetVal_Internal, RetVal_Paragraph, RetVal_Section, RetVal_Subsection, RetVal_Subsubsection, Doxygen::sectionDict, TokenInfo::sectionId, TK_LISTITEM, and warn_doc_error().
Referenced by validatingParseDoc().
| bool DocRoot::indent | ( | ) | const [inline] |
Definition at line 1236 of file docparser.h.
Referenced by RTFDocVisitor::visitPost(), and RTFDocVisitor::visitPre().
| bool DocRoot::singleLine | ( | ) | const [inline] |
1.5.1