Click or drag to resize

BaseRdfHandlerAcceptsAll Property

Gets whether the Handler will accept all Triples i.e. it will never abort handling early.

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

Property Value

Type: Boolean

Implements

IRdfHandlerAcceptsAll
See Also