libquentier
0.4.0
The library for rich desktop clients of Evernote service
|
The SkipHtmlElementRule class describes the set of rules for HTML -> ENML conversion about the HTML elements that should not be actually converted to ENML due to their nature of being "helper" elements for the display or functioning of something within the note editor's page. The HTML -> ENML conversion would ignore tags and attributes forbidden by ENML even without these rules conditionally preserving or skipping the contents and nested elements of skipped elements. More...
#include <ENMLConverter.h>
Public Types | |
enum | ComparisonRule { Equals = 0, StartsWith, EndsWith, Contains } |
Public Member Functions | |
virtual QTextStream & | print (QTextStream &strm) const Q_DECL_OVERRIDE |
![]() | |
virtual const QString | toString () const |
Additional Inherited Members | |
![]() | |
Printable (const Printable &other) | |
The SkipHtmlElementRule class describes the set of rules for HTML -> ENML conversion about the HTML elements that should not be actually converted to ENML due to their nature of being "helper" elements for the display or functioning of something within the note editor's page. The HTML -> ENML conversion would ignore tags and attributes forbidden by ENML even without these rules conditionally preserving or skipping the contents and nested elements of skipped elements.