#include <docparser.h>
Public Member Functions | |
DocWhiteSpace (DocNode *parent, const QCString &chars) | |
Kind | kind () const |
QCString | chars () const |
void | accept (DocVisitor *v) |
Public Member Functions inherited from DocNode | |
DocNode () | |
virtual | ~DocNode () |
DocNode * | parent () const |
void | setParent (DocNode *parent) |
bool | isPreformatted () const |
Private Attributes | |
QCString | m_chars |
Node representing some amount of white space
Definition at line 428 of file docparser.h.
Definition at line 431 of file docparser.h.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
v | Abstract visitor. |
Implements DocNode.
Definition at line 435 of file docparser.h.
|
inline |
Definition at line 434 of file docparser.h.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
Definition at line 433 of file docparser.h.
|
private |
Definition at line 437 of file docparser.h.