Click or drag to resize

MultiHandler.AcceptsAll Property

Gets whether this Handler accepts all Triples based on whether all inner handlers do so.

Namespace:  VDS.RDF.Parsing.Handlers
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public override bool AcceptsAll { get; }

Property Value

Type: Boolean

Implements

IRdfHandler.AcceptsAll
IRdfHandler.AcceptsAll
See Also