|
ISLEman
|
Node representing a HTML table caption. More...
#include <docparser.h>
Public Member Functions | |
| DocHtmlCaption (DocNode *parent, const HtmlAttribList &attribs) | |
| Kind | kind () const |
| void | accept (DocVisitor *v) |
| const HtmlAttribList & | attribs () const |
| int | parse () |
| bool | hasCaptionId () const |
| QCString | file () const |
| QCString | anchor () const |
Public Member Functions inherited from CompAccept< DocHtmlCaption > | |
| void | accept (DocHtmlCaption *obj, DocVisitor *v) |
| const QList< DocNode > & | children () const |
| QList< DocNode > & | children () |
Public Member Functions inherited from DocNode | |
| DocNode () | |
| virtual | ~DocNode () |
| DocNode * | parent () const |
| void | setParent (DocNode *parent) |
| bool | isPreformatted () const |
Additional Inherited Members | |
Public Types inherited from DocNode | |
| enum | Kind { Kind_Root = 0, Kind_Word = 1, Kind_WhiteSpace = 2, Kind_Para = 3, Kind_AutoList = 4, Kind_AutoListItem = 5, Kind_Symbol = 6, Kind_URL = 7, Kind_StyleChange = 8, Kind_SimpleSect = 9, Kind_Title = 10, Kind_SimpleList = 11, Kind_SimpleListItem = 12, Kind_Section = 13, Kind_Verbatim = 14, Kind_XRefItem = 15, Kind_HtmlList = 16, Kind_HtmlListItem = 17, Kind_HtmlDescList = 18, Kind_HtmlDescData = 19, Kind_HtmlDescTitle = 20, Kind_HtmlTable = 21, Kind_HtmlRow = 22, Kind_HtmlCell = 23, Kind_HtmlCaption = 24, Kind_LineBreak = 25, Kind_HorRuler = 26, Kind_Anchor = 27, Kind_IndexEntry = 28, Kind_Internal = 29, Kind_HRef = 30, Kind_Include = 31, Kind_IncOperator = 32, Kind_HtmlHeader = 33, Kind_Image = 34, Kind_DotFile = 35, Kind_Link = 36, Kind_Ref = 37, Kind_Formula = 38, Kind_SecRefItem = 39, Kind_SecRefList = 40, Kind_SimpleSectSep = 41, Kind_LinkedWord = 42, Kind_ParamSect = 43, Kind_ParamList = 44, Kind_InternalRef = 45, Kind_Copy = 46, Kind_Text = 47, Kind_MscFile = 48, Kind_HtmlBlockQuote = 49, Kind_VhdlFlow = 50, Kind_ParBlock = 51, Kind_DiaFile = 52 } |
Protected Member Functions inherited from DocNode | |
| void | setInsidePreformatted (bool p) |
Protected Attributes inherited from CompAccept< DocHtmlCaption > | |
| QList< DocNode > | m_children |
Protected Attributes inherited from DocNode | |
| DocNode * | m_parent |
Node representing a HTML table caption.
|
inlinevirtual |
Acceptor function for node visitors. Part of the visitor pattern.
| v | Abstract visitor. |
Implements DocNode.
|
inlinevirtual |
Returns the kind of node. Provides runtime type information
Implements DocNode.
1.8.12