Click or drag to resize

AnyHandlerAcceptsAll Property

Gets that this handler does not accept all triples since it stops as soon as it sees the first triple.

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

Property Value

Type: Boolean

Implements

IRdfHandlerAcceptsAll
See Also