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; }
Public MustOverride ReadOnly Property AcceptsAll As Boolean
Get
Property Value
Type:
BooleanImplements
IRdfHandlerAcceptsAllSee Also