KItinerary
httpresponseprocessor.cpp
16void HttpResponseProcessor::expandNode(ExtractorDocumentNode &node, const ExtractorEngine *engine) const
24bool HarDocumentProcessor::canHandleData([[maybe_unused]] const QByteArray &encodedData, QStringView fileName) const
29ExtractorDocumentNode HarDocumentProcessor::createNodeFromData(const QByteArray &encodedData) const
36void HarDocumentProcessor::expandNode(ExtractorDocumentNode &node, const ExtractorEngine *engine) const
ExtractorDocumentNode createNode(const QByteArray &data, QStringView fileName={}, QStringView mimeType={}) const
Create a new document node from data.
Definition extractordocumentnodefactory.cpp:159
A node in the extracted document object tree.
Definition extractordocumentnode.h:50
void appendChild(ExtractorDocumentNode &child)
Add another child node.
Definition extractordocumentnode.cpp:141
void setContent(const QVariant &content)
Set decoded content.
Definition extractordocumentnode.cpp:120
const ExtractorDocumentNodeFactory * documentNodeFactory() const
Factory for creating new document nodes.
Definition engine/extractorengine.cpp:172
bool canHandleData(const QByteArray &encodedData, QStringView fileName) const override
Fast check whether the given encoded data can possibly be processed by this instance.
Definition httpresponseprocessor.cpp: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 httpresponseprocessor.cpp:36
ExtractorDocumentNode createNodeFromData(const QByteArray &encodedData) const override
Create a document node from raw data.
Definition httpresponseprocessor.cpp:29
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 httpresponseprocessor.cpp:16
Container for an HTTP response to be passed into the extractor engine.
Definition httpresponse.h:33
static QList< HttpResponse > fromHarFile(const QByteArray &harFile)
Read a set of HTTP responses from an HAR file.
Definition httpresponse.cpp:92
Classes for reservation/travel data models, data extraction and data augmentation.
Definition berelement.h:17
bool endsWith(QChar ch) const const
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.