Click or drag to resize

MultiHandlerHandleTripleInternal Method

Handles Triples by getting all inner handlers to handler it.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected override bool HandleTripleInternal(
	Triple t
)

Parameters

t
Type: VDS.RDFTriple
Triple.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.Handlers.MultiHandler.HandleTripleInternal(VDS.RDF.Triple)"]

Remarks
Handling ends if any of the Handlers indicates it should stop but all Handlers are given the chance to finish the current handling action first.
See Also