KItinerary::ActivityPubExtractor
KItinerary::ActivityPubExtractor Class Reference
#include <activitypubextractor.h>
Inheritance diagram for KItinerary::ActivityPubExtractor:
Public Member Functions | |
bool | canHandle (const KItinerary::ExtractorDocumentNode &node) const override |
ExtractorResult | extract (const ExtractorDocumentNode &node, const ExtractorEngine *engine) const override |
QString | name () const override |
Public Member Functions inherited from KItinerary::AbstractExtractor |
Detailed Description
ActivityPub extractor.
- See also
- https://www.w3.org/TR/activitypub
- https://www.w3.org/ns/activitystreams
- https://www.w3.org/TR/activitystreams-core
- https://www.w3.org/TR/activitystreams-vocabulary
- https://www.w3.org/TR/json-ld
- https://www.w3.org/TR/json-ld-api
Definition at line 22 of file activitypubextractor.h.
Member Function Documentation
◆ canHandle()
|
overridevirtual |
Fast check whether this extractor is applicable for node
.
Implements KItinerary::AbstractExtractor.
Definition at line 33 of file activitypubextractor.cpp.
◆ extract()
|
overridevirtual |
Extract data from node
.
Implements KItinerary::AbstractExtractor.
Definition at line 107 of file activitypubextractor.cpp.
◆ name()
|
overridevirtual |
Identifier for this extractor.
Mainly used for diagnostics and tooling.
Implements KItinerary::AbstractExtractor.
Definition at line 21 of file activitypubextractor.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:28:49 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:49 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.