khtml::Token
khtml::Token Class Reference
#include <htmltokenizer.h>
Public Member Functions | |
void | addAttribute (DocumentImpl *, QChar *buffer, const DOMString &_attrName, const DOMString &v) |
void | reset () |
Public Attributes | |
DOM::NamedAttrMapImpl * | attrs |
bool | flat |
DOMStringImpl * | text |
ushort | tid |
Detailed Description
represents one HTML tag. Consists of a numerical id, and the list of attributes. Can also represent text. In this case the id = 0 and text contains the text.
Definition at line 64 of file htmltokenizer.h.
The documentation for this class was generated from the following file:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Mar 8 2021 22:46:14 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Mon Mar 8 2021 22:46:14 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.