KItinerary
iatabcbpdocumentprocessor.h
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
Document node processor for IATA BCBPs.
Definition iatabcbpdocumentprocessor.h:15
bool canHandleData(const QByteArray &encodedData, QStringView fileName) const override
Fast check whether the given encoded data can possibly be processed by this instance.
Definition iatabcbpdocumentprocessor.cpp:16
void preExtract(ExtractorDocumentNode &node, const ExtractorEngine *engine) const override
Called before extractors are applied to node.
Definition iatabcbpdocumentprocessor.cpp:31
ExtractorDocumentNode createNodeFromData(const QByteArray &encodedData) const override
Create a document node from raw data.
Definition iatabcbpdocumentprocessor.cpp:21
bool matches(const ExtractorFilter &filter, const ExtractorDocumentNode &node) const override
Checks whether the given filter matches node.
Definition iatabcbpdocumentprocessor.cpp:37
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.