KItinerary
textdocumentprocessor.h
bool matches(const ExtractorFilter &filter, const ExtractorDocumentNode &node) const override
Checks whether the given filter matches node.
Definition: textdocumentprocessor.cpp:32
A node in the extracted document object tree.
Definition: extractordocumentnode.h:49
Determines whether an extractor is applicable to a given email.
Definition: extractorfilter.h:23
Definition: barcodedecoder.h:20
Abstract base class of a document type processor.
Definition: extractordocumentprocessor.h:23
Processor for plain text documents.
Definition: textdocumentprocessor.h:14
ExtractorDocumentNode createNodeFromData(const QByteArray &encodedData) const override
Create a document node from raw data.
Definition: textdocumentprocessor.cpp:25
bool canHandleData(const QByteArray &encodedData, QStringView fileName) const override
Fast check whether the given encoded data can possibly be processed by this instance.
Definition: textdocumentprocessor.cpp:19
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Aug 13 2022 04:08:26 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Sat Aug 13 2022 04:08:26 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.