KItinerary
icaldocumentprocessor.h
30 QJSValue contentToScriptValue(const ExtractorDocumentNode &node, QJSEngine *engine) const override;
A node in the extracted document object tree.
Definition extractordocumentnode.h:50
Abstract base class of a document type processor.
Definition extractordocumentprocessor.h:24
Determines whether an extractor is applicable to a given email.
Definition extractorfilter.h:24
ExtractorDocumentNode createNodeFromData(const QByteArray &encodedData) const override
Create a document node from raw data.
Definition icaldocumentprocessor.cpp:39
bool canHandleData(const QByteArray &encodedData, QStringView fileName) const override
Fast check whether the given encoded data can possibly be processed by this instance.
Definition icaldocumentprocessor.cpp:32
void expandNode(ExtractorDocumentNode &node, const ExtractorEngine *engine) const override
Create child nodes for node, as far as that's necessary for this document type.
Definition icaldocumentprocessor.cpp:54
Processor for ical calendar events.
Definition icaldocumentprocessor.h:24
void expandNode(ExtractorDocumentNode &node, const ExtractorEngine *engine) const override
Create child nodes for node, as far as that's necessary for this document type.
Definition icaldocumentprocessor.cpp:70
bool matches(const ExtractorFilter &filter, const ExtractorDocumentNode &node) const override
Checks whether the given filter matches node.
Definition icaldocumentprocessor.cpp:64
void preExtract(ExtractorDocumentNode &node, const ExtractorEngine *engine) const override
Called before extractors are applied to node.
Definition icaldocumentprocessor.cpp:80
void postExtract(ExtractorDocumentNode &node, const ExtractorEngine *engine) const override
Called after extractors have been applied to node.
Definition icaldocumentprocessor.cpp:117
QJSValue contentToScriptValue(const ExtractorDocumentNode &node, QJSEngine *engine) const override
Create a QJSValue for the node content.
Definition icaldocumentprocessor.cpp:129
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-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.