Click or drag to resize

ChainedHandlerHandleTripleInternal Method

Handles Triples by getting each inner handler to attempt to handle 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.ChainedHandler.HandleTripleInternal(VDS.RDF.Triple)"]

Remarks
Handling terminates at the first Handler which indicates handling should stop.
See Also