Click or drag to resize

FixedBlankNodePatternAccepts Method

Checks whether the pattern accepts the given Node.

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

Parameters

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

Return Value

Type: Boolean

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

See Also