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