Click or drag to resize

PatternItemAccepts Method

Checks whether the Pattern Item accepts the given Node in the given Context.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
protected abstract bool Accepts(
	SparqlEvaluationContext context,
	INode obj
)

Parameters

context
Type: VDS.RDF.QuerySparqlEvaluationContext
Evaluation Context.
obj
Type: VDS.RDFINode
Node to test.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Query.Patterns.PatternItem.Accepts(VDS.RDF.Query.SparqlEvaluationContext,VDS.RDF.INode)"]

See Also