KItinerary
extractorfilter.h
43 /** Specifies which document nodes should match this filter, relative to the one being extracted. */
63 void allMatches(const ExtractorDocumentNode &node, std::vector<ExtractorDocumentNode> &matches) const;
A node in the extracted document object tree.
Definition extractordocumentnode.h:50
Determines whether an extractor is applicable to a given email.
Definition extractorfilter.h:24
QString mimeType() const
MIME type of the document part this filter can match.
Definition extractorfilter.cpp:43
bool matches(const QString &data) const
Check if data matches this filter.
Definition extractorfilter.cpp:65
Scope
Specifies which document nodes should match this filter, relative to the one being extracted.
Definition extractorfilter.h:44
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:35 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:52:35 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.