Comunica
    Preparing search index...

    Class ActorRdfParseHtml<TS>Abstract

    A comunica actor for rdf-parse-html events.

    Actor types:

    • Input: IActionRdfParseHtml: Callbacks for parsing results.
    • Test:
    • Output: IActorRdfParseHtmlOutput: An HTML event listeners.
    • IActionRdfParseHtml
    • IActorRdfParseHtmlOutput

    Type Parameters

    • TS = undefined

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    beforeActors: Actor<
        IActionRdfParseHtml,
        IActorTest,
        IActorRdfParseHtmlOutput,
        TS,
    >[] = []

    Actor that must be registered in the bus before this actor.

    The bus this actor subscribes to.

    name: string

    The name for this actor.

    {<rdf:subject>}
    

    Methods