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
)
Protected MustOverride Function Accepts (
context As SparqlEvaluationContext,
obj As INode
) As Boolean
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