QHtmlParser
0.0.1
A Qt/C++ library for parsing and traversing/searching HTML documents.
|
The QHtmlParser namespace. More...
Typedefs | |
typedef QFlags< MatchFlag > | MatchFlags |
Typedef for QFlags<MatchFlag>. | |
Enumerations | |
enum | MatchFlag { MatchExactly = 0x0000, MatchContains = 0x0001, MatchStartsWith = 0x0002, MatchEndsWith = 0x0004, MatchRegExp = 0x0008, MatchWildcard = 0x0010, MatchCaseSensitive = 0x0020 } |
Specifies the criteria applied when matching attribute values. More... | |
enum | MatchType { MatchAll = 0, MatchAny = 1 } |
Specifies the criteria applied when matching a list of attributes. More... | |
The QHtmlParser namespace.
Specifies the criteria applied when matching attribute values.